Back to Devexpress

TdxBackendDataConnectionCollection.Items Property

vcl-dxbackend-dot-tdxbackenddataconnectioncollection.md

latest1.4 KB
Original Source

TdxBackendDataConnectionCollection.Items Property

Provides indexed access to all data connection components stored in the collection.

Declaration

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

Property Value

TypeDescription
TdxBackendCustomDataConnection

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

Tip

You can 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.Items Property

TdxBackendDataConnectionCollection Class

TdxBackendDataConnectionCollection Members

dxBackend Unit