Unit 'LCLType' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

HWND

The type of a Window Handle.

Declaration

Source position: lcltype.pp line 107

type HWND = type TLCLHandle;

Description

Windows are managed by the platform's window manager. A window can be stand-alone (TForm) or embedded (TWinControl).

Version 4.6 Hosted on Source Forge