|
RAD Studio VCL Reference
|
Enumerated list of element types in a Unicode string.
TStringLeadCharType = ( ctNotLeadChar, ctbLeadSurrogate, ctTrailSurrogate );
enum TStringLeadCharType { ctNotLeadChar, ctbLeadSurrogate, ctTrailSurrogate };
System::UnicodeString::TStringLeadCharType defines an enumerated list of element types in a Unicode string.
|
Constant |
Meaning |
|
ctNotLeadChar |
Not a lead element. |
|
ctbLeadSurrogate |
Lead surrogate pair element. |
|
ctTrailSurrogate |
Trailing surrogate pair element. |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|