System.WideStrings.TWideStrings.Delimiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Delimiter: WideChar read GetDelimiter write SetDelimiter;

C++

__property System::WideChar Delimiter = {read=GetDelimiter, write=SetDelimiter, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.WideStrings.pas
System.WideStrings.hpp
System.WideStrings TWideStrings

Description

Specifies the delimiter used by the DelimitedText property.

Use Delimiter to get or set the delimiter used by the DelimitedText property. DelimitedText represents all of the strings in the TWideStrings object as a single string, with individual strings separated by the character that is the value of Delimiter.

See Also