RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiStrings.IsDelimiter Function

Test if character is delimiter.

Pascal
function IsDelimiter(const Delimiters: AnsiString; const S: AnsiString; Index: Integer): Boolean; overload;
C++
Boolean IsDelimiter(const AnsiString Delimiters, const AnsiString S, int Index);

IsDelimiter returns true if the character at byte S[Index] matches any character in the Delimiters AnsiString, and the character is not an MBCS (Multi Byte Character String) lead or trail byte. S may contain multibyte characters. Delimiters must contain only single byte characters. 

 

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