Back to Devexpress

TdxOcNodeInfo Record

vcl-dxorgchr-5cabe836.md

latest1007 B
Original Source

TdxOcNodeInfo Record

Stores the tree node‘s visual settings.

Declaration

delphi
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

TdxOcNodeInfo Members

dxorgchr Unit