RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutline.PictureLeaf Property

Specifies the bitmap used to represent an item that does not have subitems.

Pascal
property PictureLeaf: TBitmap;
C++
__property TBitmap PictureLeaf;

By default, PictureLeaf is a document bitmap. Set PictureLeaf to change the bitmap used for leaf nodes.

Note: The bitmap is not displayed in the outline unless the OutlineStyle property is set to osPictureText, osPlusMinusPictureText, or osTreePictureText.
 

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