RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomActionList.Images Property

Lists the images available for actions in the action list.

Pascal
property Images: TCustomImageList;
C++
__property TCustomImageList Images;

Images is a list of bitmaps that can be displayed to the left of any action in the action list. An action is associated with an image from this image list by its ImageIndex property. This image can then appear on client controls such as menu items, tool buttons, and so on. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!