Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • TdxBackendDataSetCollectionItem.DataSet Property

    Specifies the dataset associated with the collection item.

    Declaration

    property DataSet: TDataSet read; write;

    Property Value

    Type Description
    TDataSet

    The dataset associated with the collection item.

    Remarks

    Use the DataSet property to associate the collection item with a dataset (a TDataSet class descendant instance). The DataSetAlias property allows you to specify a user-friendly dataset name for designer dialogs.

    Default Value

    The DataSet property’s default value is nil (in Delphi) or nullptr (in C++Builder).

    Tip

    The TdxBackendDataSetCollection.Add procedure allows you to initialize DataSet and DataSetAlias properties for newly created dataset collection items.

    See Also