RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOutlineNode.FullPath Property

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

Pascal
property FullPath: string;
C++
__property AnsiString FullPath;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!