Vcl.ListActns.TCustomStaticListAction.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TCustomStaticListAction(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Vcl.ListActns.pas Vcl.ListActns.hpp |
Vcl.ListActns | TCustomStaticListAction |
Description
Frees the memory associated with the TCustomStaticListAction object.
Do not explicitly destroy actions. Action objects are created and destroyed by the action list or action manager that uses them.