Destructor for the class instance.
Source position: groupededit.pp line 272
public destructor TCustomAbstractGroupedEdit.Destroy; override; |
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. |