Back to Devexpress

TdxBackendDataConnectionManager.Items Property

vcl-dxbackend-dot-tdxbackenddataconnectionmanager-6b39ef2e.md

latest1.5 KB
Original Source

TdxBackendDataConnectionManager.Items Property

Provides indexed access to stored data connection components.

Declaration

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

Property Value

TypeDescription
TdxBackendCustomDataConnection

A data connection component. Cast the returned object to the corresponding terminal TdxBackendCustomDataConnection 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 connection type.

|

Remarks

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

See Also

TdxBackendDataConnectionManager.DataConnections Property

TdxBackendDataConnectionCollection.Items Property

TdxBackendDataConnectionManager Class

TdxBackendDataConnectionManager Members

dxBackend Unit