[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: actnlist.pas line 103
public constructor TCustomActionList.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the class instance. |
Create is the constructor for TCustomActionList, and calls the inherited constructor.
Create allocates resources needed for members in the class instance, and assigns the OnChange event handler used in the internal TChangeLink instance when the Images property is altered.
Create sets the default value in the State property to asNormal.
|
Image list with images for the actions in the list. |
|
|
Event handler signalled for a change in the image list. |
|
Version 4.0 | Generated 2025-05-03 | Home |