Vcl.ComCtrls.TCustomTreeView.TopItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopItem: TTreeNode read GetTopItem write SetTopItem;

C++

__property TTreeNode* TopItem = {read=GetTopItem, write=SetTopItem};

Properties

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

Description

Specifies the topmost node that appears in the tree view.

When TopItem is changed, the tree view scrolls vertically so that the specified node is topmost in the list view.

See Also