Skip to main content
All docs
V25.2
  • TdxBackendDataConnectionManager.Items Property

    Provides indexed access to stored data connection components.

    Declaration

    property Items[Index: Integer]: TdxBackendCustomDataConnection read; write; default;

    Property Value

    Type Description
    TdxBackendCustomDataConnection

    A data connection component. You need to cast the returned object to the corresponding terminal TdxBackendCutomDataConnection class descendant to access all public API members.

    Tip

    Call the returned object’s ClassType function or use other RTTI functionality to identify the actual data conection type.

    Remarks

    Use the Count property to obtain the number of data connection components accessible through the Items property.

    See Also