TUCA_PropItemContextTreeNodeRec
Internal tree node structure for sorted storage of unicode collation data.
Declaration
Source position: unicodedata.pas line 328
Type
TUCA\_PropItemContextTreeNodeRec = packed record
public
  Left : Word;
  Right : Word;
  Data : TUCA\_PropItemContextRec;
  function GetLeftNode : PUCA\_PropItemContextTreeNodeRec;
  function GetRightNode : PUCA\_PropItemContextTreeNodeRec;
end
Description
This is an internal structure for the tree which should not be used directly, the actual structure is subject to change.
See also
| Name | Description | 
|---|---|
| TUCA_PropItemContextRec | Internal structure for unicode collation data encoding. | 
| TUCA_PropItemContextTreeRec | Internal tree structure for sorted storage of unicode collation data | 
| Word | An unsigned 16-bits integer | 
| Word | An unsigned 16-bits integer |