System.Classes.TStrings.StrictDelimiter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StrictDelimiter: Boolean read GetStrictDelimiter write SetStrictDelimiter;

C++

__property bool StrictDelimiter = {read=GetStrictDelimiter, write=SetStrictDelimiter, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings

Description

Determines how the Delimiter property is used.

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.