[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Image list with images for the actions in the list.
Source position: actnlist.pas line 115
public property TCustomActionList.Images : TCustomImageList |
ImageList is a TCustomImageList property with the Images that can be associated with the actions in the list., e. g. in a Menu display. Assigning a new image list to the property causes the Change method to be called, and the OnChange event handler to be signalled (when assigned). The Change method in each of the Actions is also called to signal their OnChange event handlers (when assigned).
|
Performs action needed when the action list or one of its Actions has been changed. |
|
|
Event handler signalled when the action list has been changed. |
|
|
The base class for TImageList. |
Version 4.0 | Generated 2025-05-03 | Home |