API:Vcl.Outline.TOutline.ItemSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemSeparator: string read FSeparator write FSeparator default 0;

C++

__property ItemSeparator = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TOutline

Description

Specifies a delimiting string for outline nodes.

Vcl.Outline.TOutline.ItemSeparator inherits from Vcl.Outline.TCustomOutline.ItemSeparator. All content below this line refers to Vcl.Outline.TCustomOutline.ItemSeparator.

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