The type of a Window Handle.
Source position: lcltype.pp line 113
type HWND = type PtrUInt;
Windows are managed by the platform's window manager. A window can be stand-alone (TForm) or embeddable (TWinControl).