[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the AppHandle property.
Source position: interfacebase.pp line 130
protected procedure TWidgetSet.SetAppHandle( |
const AValue: TLCLHandle |
); virtual; |
AValue |
|
New value for the AppHandle property. |
SetAppHandle has an empty implementation in TWidgetSet. It is overridden in descendent classes, and generally ensures that an assigned handle is not unassigned after it has been created.
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 |