Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

TdxDBTreeView.StateIndexField Property

Specifies the field which is used by a data-aware tree-view control to set the StateIndex property of a TreeNode.

Declaration

property StateIndexField: string read; write;

Property Value

Type
string

Remarks

Set StateIndexField to specify the field which is used by a data-aware tree-view control to set the StateIndex property of a TreeNode. The dataset is specified by a data source component (TDataSource). StateIndexField must be an integer field.

See Also