RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::IsDelimiter Method

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

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

System::UnicodeString::IsDelimiter returns true if the character indicated by index (counting from 1) is a character contained in delimiters. If the character is not in delimiters, System::UnicodeString::IsDelimiter returns false. 

 

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