[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.Destroy

Destructor for the class instance.

Declaration

Source position: groupededit.pp line 272

public destructor TCustomAbstractGroupedEdit.Destroy; override;

Description

Destroy is the overridden destructor for the class instance. Destroy calls the inherited destructor.

Remark: Please note: Resources allocated for BaseEditor and Buddy in the constructor are not explicitly freed in the destructor; that action is performed using the Notification that occurs when this class instance (which is the owner for those resources) is freed.
The latest version of this document can be found at lazarus-ccr.sourceforge.net.