Help Center

hWndfunction

Returns the handle of the control.

Windowsfunctiondoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

FUNCTION hWnd () AS .HWND

Description

Return the Windows handle of the grid control. The hWnd (Handle to a Window) is a unique value used to identify the MSHFlexGrid as a standard Windows window object. It is primarily used when you need to perform advanced operations that the standard control properties do not support.

Reference