Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TCustomdxLookupTreeView.StateIndexField Property

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

    Declaration

    property StateIndexField: string read; write;

    Property Value

    Type
    string

    Remarks

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

    See Also