[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: ldocktree.pas line 48
public destructor TLazDockZone.Destroy; override; |
Destroy is the overridden destructor for TLazDockZone, It calls FreeSubComponents to free resources allocated to Page, Pages, and Splitter. It calls the inherited destructor prior to exiting from the method.
|
FreeSubComponents - frees and nils the local splitter and page/pages components, ready for destroying the control. |
|
|
A Page in the Notebook included in the Dock Zone. |
|
|
The Pages (as in a Notebook) included in the dock zone. |
|
|
The Splitter to be use to control the docking of this Zone. |