[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: actnlist.pas line 104
public destructor TCustomActionList.Destroy; override; |
Destroy is the destructor for TCustomActionList. It frees the internal TChangeLink instance used in the class, frees any class instance and resources allocated to the Actions property.
Destroy calls the inherited destructor prior to exiting from the method.
|
The indexed list of actions. |
|
|
Destructor for the class instance. |
|
|
Performs notifications when images are added or deleted in TImageList. |
lazarus-ccr.sourceforge.net |