[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Performs actions needed before freeing the class instance.
Source position: interfacebase.pp line 133
public procedure TWidgetSet.BeforeDestruction; override; |
BeforeDestruction is an overridden method used to perform actions needed prior to freeing the class instance. BeforeDestruction ensures that resources allocated for the ThemeServices property are freed and nil'd. BeforeDestruction calls the inherited method prior to exit.
|
Theme services class instance for the widgetset. |
|
Version 4.0 | Generated 2025-05-03 | Home |