[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: 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.

Version 4.0 Generated 2025-05-03 Home