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
  • TdxBackendDataSetCollection.Add Method

    Creates a backend dataset item without an associated dataset and adds the created item to the collection.

    Declaration

    function Add: TdxBackendDataSetCollectionItem; overload;

    Returns

    Type Description
    TdxBackendDataSetCollectionItem

    The created backend dataset item.

    Use the item’s DataSet and DataSetAlias properties to associate the collection item with a dataset (a TDataSet descendant instance) and assign a user-friendly dataset name for designer dialogs.

    Remarks

    Call the Add function to create a new backend dataset item with the default settings. All created dataset items are accessible through the Items property.

    Delete Report Dataset Items

    You can call Delete and Clear procedures to delete backend dataset items stored in the collection.

    See Also