Data.DBXClient.TDBXClientDriver

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXDriverSystem.TObjectTDBXClientDriver

Delphi

TDBXClientDriver = class(TDBXDriver)

C++

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

Properties

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

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