Open main menu

RAD Studio API Documentation β

FireDAC.Phys.DS.TFDPhysDSDriverLink

FireDAC.Phys.TDBXBase.TFDPhysTDBXBaseDriverLinkFireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysDSDriverLink
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.DS.pas
FireDAC.Phys.DS.hpp
Unit: FireDAC.Phys.DS
Parent: FireDAC.Phys.DS

Delphi

TFDPhysDSDriverLink = class(TFDPhysTDBXBaseDriverLink)

C++

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

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