RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStrings.StrictDelimiter Property

Determines how the Delimiter property is used.

Pascal
property StrictDelimiter: Boolean;
C++
__property Boolean StrictDelimiter;

Use this property to specify whether the Delimiter is the only value used within the DelimitedText property. If set to True, individual strings in DelimitedText are separated only by the character that is the value of Delimiter. If set to False, individual strings in DelimitedText can be separated by a space, a non-printable character, or 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!