TUCA_PropItemContextRec
Internal structure for unicode collation data encoding.
Declaration
Source position: unicodedata.pas line 317
Type
TUCA\_PropItemContextRec = packed record
public
CodePointCount : Byte;
WeightCount : Byte;
function GetCodePoints : PUInt24;
function GetWeights : PUCA\_PropWeights;
end
Description
This is an internal structure which should not be used directly, the actual structure is subject to change.