RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TVirtualListAction.Images Property

Lists the images that the list action supplies along with items.

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

For each item that the list action supplies to clients, it can supply an image index along with other information such as the text value. The supplied image index refers to an image in the Images property.

Note: List actions do not supply images to all clients. The Images property controls the SmallImages property of a list view or the Images property of a TComboBoxEx descendant.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!