[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; |
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. |
|
|
Event handler signalled for a change in the image list. |
|
TComponent.Create |