RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
WideString::IsDelimiter Method

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

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

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

 

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