[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The type of a Window Handle.
Source position: lcltype.pp line 106
type HWND = type THandle; |
Windows are managed by the platform's window manager. A window can be stand-alone (TForm) or embeddable (TWinControl).
lazarus-ccr.sourceforge.net |