Vcl.ComCtrls.TTreeNode

From RAD Studio API Documentation

TTreeNodeSystem.Classes.TPersistentSystem.TObject

Delphi

TTreeNode = class(TPersistent)

C++

class PASCALIMPLEMENTATION TTreeNode : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

Description

TTreeNode describes an individual node in a tree view control.

Each node in a tree view control consists of a label and an optional bitmapped image. Each item can be the parent of a list of subitems. By clicking an item, the user can expand or collapse the associated list of subitems.

See Also