RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomOutline.ItemSeparator Property

Specifies a delimiting string for outline nodes.

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

Set ItemSeparator to the string that should appear between node names in the path description of any individual node in the outline. ItemSeparator is used to implement the FullPath read method of TOutlineNode

ItemSeparator is initialized to the backslash (\) character when the TCustomOutline object is created. 

 

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