[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Updates the Flags property when the Handle for the control is freed.
Source position: comctrls.pp line 258
protected procedure TCustomPage.DestroyHandle; override; |
DestroyHandle is an overridden method used to update the control when its Handle is freed in the widgetset class. DestroyHandle calls the inherited method on entry, and updates the Flags property to exclude the value pfAdded.
|
Contains flag values that represent the status or state for the handle in the custom page control. |
|
|
Set type used to store TPageFlag enumeration values. |
|
|
Contains values which can be assigned to the Flags property in TCustomPage. |
|
|
A reference handle to the widgetset class instance associated with this control. |
|
|
Destroys the handle for the control and all child controls. |
Version 4.0 | Generated 2025-05-03 | Home |