RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AnsiString::IsDelimiter Method

Returns true if the specified character matches any character in the delimiters string.

Pascal
function IsDelimiter(const delimiters: AnsiString&; index: Integer): bool;
C++
__fastcall bool IsDelimiter(const AnsiString& delimiters, int index) const;

System::AnsiString::IsDelimiter returns true if the byte indicated by index (counting from 0) is a single-byte character contained in delimiters. If the byte is part of a multi-byte character or not in delimiters, System::AnsiString::IsDelimiter returns false. 

 

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