Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOcNodeInfo Record

In This Article

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