Vcl.Outline.TCustomOutline.ItemSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemSeparator: string read FSeparator write FSeparator;

C++

__property System::UnicodeString ItemSeparator = {read=FSeparator, write=FSeparator};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Specifies a delimiting string for outline nodes.

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.

See Also