RAD Studio VCL Reference
|
Provides information about the Unicode string.
StrRec = record codePage: unsigned short; elemSize: unsigned short; refCnt: Integer; length: Integer; end;
struct StrRec { unsigned short codePage; unsigned short elemSize; int refCnt; int length; };
s
Use System::UnicodeString::StrRec to retrieve information about the Unicode string. The fields of System::UnicodeString::StrRec and their meaning are given in the following table.
Field |
Meaning |
codePage |
The code page of the Unicode string |
elemSize |
The number of bytes per character of the Unicode string |
refCnt |
The number of references to the Unicode string |
length |
The number of characters of the Unicode string |
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|