Vcl.ComCtrls.TTreeNode.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Specifies which image is displayed when a node is in its normal state and is not currently selected.

Use the ImageIndex property with the Images property of the tree view to specify the image for the node in its normal state.

See Also