Skip to main content

TdxDbOrgChart.OrderField Property

Determines the order of sibling tree nodes.

Declaration

property OrderField: TField read;

Property Value

Type
TField

Remarks

The TdxDbOrgChart maintains a special integer or float data field that specifies the order of sibling nodes. This field is automatically updated when new nodes are added, or their layout is changed via the MoveTo method.

Use the OrderField property to access the contents and properties of this field.

If the OrderField is not defined, node ordering is determined by key values of nodes. In this instance, the KeyOrder property enables or disables the automatic updating of KeyField on changing of node order.

See Also