TdxOcNodeInfo Record
Stores the tree node‘s visual settings.
Declaration
TdxOcNodeInfo = record
Remarks
This record uses the following fields to store:
The node’s dimensions (in pixels) and relative horizontal alignment (Width, Height), and Align);
The node’s geometric shape and background color (Shape and Color);
The index of the node’s image and its alignment (Index and IAlign).
The TdxOcNode.GetNodeInfo procedure’s AInfo parameter references the TdxOcNodeInfo type.
See Also