TUCA_PropItemContextTreeRec

Internal tree structure for sorted storage of unicode collation data

Declaration

Source position: unicodedata.pas line 341

Type
TUCA\_PropItemContextTreeRec = packed record
public
  Size : UInt24;
  function GetData : PUCA\_PropItemContextTreeNodeRec;
  property Data : PUCA\_PropItemContextTreeNodeRec;
  function Find(const AChars: PUInt24; const ACharCount: Integer; 
               out ANode: PUCA\_PropItemContextTreeNodeRec) : Boolean;
end

Description

This is an internal tree structure for storing unicode collation data which should not be used directly, the actual structure is subject to change.

See also

Name Description
TUCA_PropItemContextTreeNodeRec Internal tree node structure for sorted storage of unicode collation data.
UInt24 Alias for TUInt24Rec