RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.Delimiter Property

Specifies the delimiter used by the DelimitedText property.

Pascal
property Delimiter: WideChar;
C++
__property WideChar Delimiter;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!