RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
UnicodeString::IsTrailSurrogate Method

Tests if element is trail surrogate.

Pascal
function IsTrailSurrogate(index: Integer): bool;
C++
__fastcall bool IsTrailSurrogate(int index) const;

System::UnicodeString::IsTrailSurrogate returns true if the indexed element is a trail surrogate and false otherwise. Note that index is an element index into the string, not a character or byte index. 

 

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