[Overview][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: extctrls.pp line 55
public destructor TPage.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that the page is also removed from the page list maintained in the Parent control (TNotebook). The action is not performed when the Parent control has csDestroying in its ComponentState, or when Parent has not been assigned.
Destroy calls the inherited destructor prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |