Vcl.ComCtrls.TTreeView.Images

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Images;

C++

__property Images;

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Determines which image list is associated with the tree view.

Vcl.ComCtrls.TTreeView.Images inherits from Vcl.ComCtrls.TCustomTreeView.Images. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.Images.

Determines which image list is associated with the tree view.

Use Images to provide a customized list of bitmaps that can be displayed to the left of a node's label. Individual nodes specify the image from this list that should appear by setting their ImageIndex property.

See Also