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

    Specifies the KeyField of a drop-down tree-view.

    Declaration

    property KeyField: string read; write;

    Property Value

    Type
    string

    Remarks

    Use KeyField to specify the KeyField of a drop-down tree-view. If the AssignField is empty, the lookup tree view uses the KeyField to link the ListSource to the DataSource.

    See Also