Data.DBXClient.TDBXClientDriver

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXDriverSystem.TObjectTDBXClientDriver
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXClient.pas
Data.DBXClient.hpp
Unit: Data.DBXClient
Parent: Data.DBXClient

Delphi

TDBXClientDriver = class(TDBXDriver)

C++

class PASCALIMPLEMENTATION TDBXClientDriver : public Data::Dbxcommon::TDBXDriver

Description

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