[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.
|
Provides indexed access to actions in the list by their ordinal position. |
|
|
Destructor for the class instance. |
|
|
Performs notifications when images are added or deleted in TImageList. |
Version 4.0 | Generated 2025-05-03 | Home |