Back to Devexpress

TdxBackendDataConnectionManager.DataConnections Property

vcl-dxbackend-dot-tdxbackenddataconnectionmanager-11117993.md

latest2.3 KB
Original Source

TdxBackendDataConnectionManager.DataConnections Property

Provides access to the collection of stored data connection components.

Declaration

delphi
property DataConnections: TdxBackendDataConnectionCollection read; write;

Property Value

TypeDescription
TdxBackendDataConnectionCollection

A data connection collection.

|

Remarks

Use the DataConnections property to manage data connections for a backend client component in your application.

Available Options

Call the DataConnections.Add function to create any supported data connection component. DataConnection.Clear and DataConnection.Delete procedures allow you to delete data connections.

Refer to the TdxBackendDataConnectionCollection class description for detailed information on all available options.

Supported Data Connection Components

TdxBackendInMemoryJSONConnectionA component designed for interaction with data stored in memory.TdxBackendDataSetJSONConnectionA component designed to fetch data from one or multiple datasets (TDataSet descendant instances).TdxBackendDatabaseSQLConnectionA non-visual component designed to fetch data from a relational database (SQL Server, PostgreSQL, SQLite, etc.). See Also

TdxBackendDataConnectionManager.Count Property

TdxBackendDataConnectionManager Class

TdxBackendDataConnectionManager Members

dxBackend Unit