[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'ActnList' (#lcl)

TCustomActionList.Images

Image list with images for the actions in the list.

Declaration

Source position: actnlist.pas line 115

public property TCustomActionList.Images : TCustomImageList
  read FImages
  write SetImages;

Description

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).

See also

TCustomActionList.Change

  

Performs action needed when the action list or one of its Actions has been changed.

TCustomActionList.OnChange

  

Event handler signalled when the action list has been changed.

TCustomImageList

  

The base class for TImageList.


Version 4.0 Generated 2025-05-03 Home