RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.StateImages Property

Specifies additional icon images to display next to each item in the list view.

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

Set StateImages to specify the icons that should be displayed next to items in the list. Each item in the Items list can be associated with an icon in this image list by setting its StateIndex property. 

 

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