Vcl.Outline.TOutline.PictureOpen

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PictureOpen;

C++

__property PictureOpen;

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 expanded item that has subitems.

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

Specifies the bitmap used to represent an expanded item that has subitems.

By default, the PictureOpen property is an open file folder. Set PictureOpen to change the bitmap used for expanded nodes.

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

See Also