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

    DataSource links the TdxDBTreeViewEdit to a dataset.

    Declaration

    property DataSource: TDataSource read; write;

    Property Value

    Type
    TDataSource

    Remarks

    Use DataSource to link the TdxDBTreeViewEdit to a dataset from where data is obtained. To fully specify a database field for an edit control, both the dataset and a field within that dataset must be defined. Use the DataField property to specify a particular field within the dataset.

    See Also