API:Data.DbxDatasnap.TDBXDatasnapDriver

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXClient.TDBXClientDriverData.DBXCommon.TDBXDriverSystem.TObjectTDBXDatasnapDriver

Delphi

TDBXDatasnapDriver = class(TDBXClientDriver)

C++

class PASCALIMPLEMENTATION TDBXDatasnapDriver : public Data::Dbxclient::TDBXClientDriver

Properties

Type Visibility Source Unit Parent
class public
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap Data.DbxDatasnap

Description

Driver class for applications that use the DbExpress DataSnap connection.

Data.DbxDatasnap.TDBXDatasnapDriver inherits from Data.DBXClient.TDBXClientDriver. All content below this line refers to Data.DBXClient.TDBXClientDriver.

Driver class for applications that use the DbExpress DataSnap connection. TDBXClientDriver is a class used to load client libraries, if needed, when using DataSnap connections. The driver is unloaded only if all TDBXClientConnection and TDBXClientDriver instances are freed.

See Also