RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTreeView.Images Property

Determines which image list is associated with the tree view.

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

Use Images to provide a customized list of bitmaps that can be displayed to the left of a node's label. Individual nodes specify the image from this list that should appear by setting their ImageIndex property. 

 

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