[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Gets the value for the AppHandle property.
Source position: interfacebase.pp line 129
protected function TWidgetSet.GetAppHandle: TLCLHandle; virtual; |
Value for the AppHandle property.
Always returns 0 (the unassigned handle value) in TWidgetSet. It is overridden in descendent classes to return the value provided for the platform.
Modified in LCL version 4.0 to use the TLCLHandle type instead of the deprecated THandle type for the property value.
|
Native handle for a TApplication instance. |
|
|
The type used for handles in LCL applications, components, controls, and widget set classes. |
Version 4.0 | Generated 2025-05-03 | Home |