Vcl.Outline.TOutlineNode.FullPath

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FullPath: string read GetFullPath;

C++

__property System::UnicodeString FullPath = {read=GetFullPath};

Properties

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

Description

Describes an outline node, using its text and the text of all ancestor nodes in the outline.

Read FullPath to obtain a description of the entire branch of the outline leading to the outline node. FullPath consists of the values of the Text properties of all outline items, starting with the text of the node at the first level and traversing the outline down to the outline node. The string specified as the ItemSeparator property of the outline separates the text for each node in the path.

See Also