hWnd Property
Object List Next Object
Defined By: Window
Description:
Determines a handle to a window for use with Windows API calls.
Details:
Each form and control in an application is identified in the Windows
environment by assigning it a handle known as the hWnd (or HWindow). Several functions
in the Windows environment need the current window's hWnd property value as an
argument.
It is recommended that you do not store the hWnd value in a variable because
its value can change while a program is running,
Data Type: Long (Read Only)
See Also:
Declare statement