Vcl.Outline.TOutlineNode.TopItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TopItem: Longint read GetTopItem;

C++

__property int TopItem = {read=GetTopItem, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutlineNode

Description

Indicates which outline node is the topmost ancestor of a node.

Read TopItem to determine the first node in the branch of the outline tree that contains the outline node. The TopItem property specifies the Index value of the level 1 ancestor of the outline node. For a node on level 1, TopItem has the same value as the Index property.

See Also