Back to Devexpress

TdxBackendCustomDataConnectionClass Type

vcl-dxbackend-949f7fbf.md

latest1.6 KB
Original Source

TdxBackendCustomDataConnectionClass Type

A reference to a backend data connection component class.

Declaration

delphi
TdxBackendCustomDataConnectionClass = class of TdxBackendCustomDataConnection;

Referenced Class

TypeDescription
TdxBackendCustomDataConnection

The base class for backend data connection components.

|

Remarks

You can use the TdxBackendCustomDataConnectionClas type to refer to the following TdxBackendCustomDataConnection class descendants:

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.).

Direct TdxBackendCustomDataConnectionClass Type Reference

The TdxBackendDataConnectionCollection.Add function accepts a TdxBackendCustomDataConnectionClass value as the AItemClass parameter.

See Also

dxBackend Unit