Vcl.Outline.TCustomOutline.PictureLeaf

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property Vcl::Graphics::TBitmap* PictureLeaf = {read=GetPicture, write=SetPicture, stored=StoreBitmap, index=4};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

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