FireDAC.Phys.ADS.TFDPhysADSDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDPhysADSDriverLink = class(TFDPhysDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysADSDriverLink : public Firedac::Phys::TFDPhysDriverLink

Description

Use the TFDPhysADSDriverLink component to link the Advantage Database Server driver to an application and set it up.

Use the TFDPhysADSDriverLink component to link the Advantage Database Server driver to an application. In general, it is enough to include only the FireDAC.Phys.ADS unit into your application uses clause.  The TFDPhysADSDriverLink component may be used to specify the following:

All the properties have default values appropriate for most cases. To have an effect, all property changes must be performed before the first connection through this driver.

See Also