RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings.Delimiter Property

Specifies the delimiter used by the DelimitedText property.

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

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

 

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