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