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

    Identifies the field (or fields) from which a data-aware tree-view displays data.

    Declaration

    property DisplayField: string read; write;

    Property Value

    Type
    string

    Remarks

    Set the DisplayField property to a field name or multiple field names (separated by semicolons) whose values you would like to display for a TreeNode’s Text. You have to use this property if you wish to display more than one field or a field different from the ListField.

    See Also