Vcl.Outline.TOutline.PictureLeaf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PictureLeaf: TBitmap index 4 read GetPicture write SetPicture stored StoreBitmap;

C++

__property PictureLeaf;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutline

Description

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

Vcl.Outline.TOutline.PictureLeaf inherits from Vcl.Outline.TCustomOutline.PictureLeaf. All content below this line refers to Vcl.Outline.TCustomOutline.PictureLeaf.

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

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.

See Also