FireDAC.Phys.DS.TFDPhysDSDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TDBXBase.TFDPhysTDBXBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysDSDriverLink

Delphi

TFDPhysDSDriverLink = class(TFDPhysTDBXBaseDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysDSDriverLink : public Firedac::Phys::Tdbxbase::TFDPhysTDBXBaseDriverLink

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.DS.pas
FireDAC.Phys.DS.hpp
FireDAC.Phys.DS FireDAC.Phys.DS

Description

Use the TFDPhysDataSnapDriverLink component to link the multi-tier DataSnap driver to an application.

Use the TFDPhysDataSnapDriverLink component to link the multi-tier DataSnap driver to an application. In general, it is enough to only include the FireDAC.Phys.DS unit into your application uses clause. 

TFDPhysDataSnapDriverLink does not use the VendorLib and VendorHome properties in the current FireDAC version. 

Note: DataSnap driver is supported only on RAD Studio XE2 and higher.

See Also