Handle
- Last UpdatedNov 17, 2021
- 1 minute read
The Handle property is a read-only property that returns the Window handle for the control.
Syntax
Result = aaHistClientActiveDataGrid.Handle;
Return Value
The return value is an integer. Returns the 32-bit Window handle of the main container window.
Remarks
The Window handle is useful when using Windows API functions to manipulate a control.
This property has no default value.