[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'ActnList' (#lcl)

TCustomActionList.Destroy

Destroy - destructor for TCustomActionList: frees various links then calls inherited Destroy

Declaration

Source position: actnlist.pas line 104

public destructor TCustomActionList.Destroy; override;

Description

Destroy sends a opRemove notification to all components in the free-notification list. After that, all owned components are destroyed by calling DestroyComponents (and hence removed from the list of owned components). When this is done, the component removes itself from its owner's child component list. After that, the parent's destroy method is called.

See also

#rtl.Classes.TComponent.Destroy

The latest version of this document can be found at lazarus-ccr.sourceforge.net.