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

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

    Declaration

    property ImageIndexField: string read; write;

    Property Value

    Type
    string

    Remarks

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

    See Also