FireDAC.Phys.ADS.TFDPhysADSDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverLinkFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysADSDriverLink

Delphi

TFDPhysADSDriverLink = class(TFDPhysDriverLink)

C++

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

Properties

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

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