API: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


The TFDPhysDriverLink component is a base class for all driver link components.

FireDAC.Phys.DS.TFDPhysDSDriverLink inherits from FireDAC.Phys.TFDPhysDriverLink. All content below this line refers to FireDAC.Phys.TFDPhysDriverLink.

The TFDPhysDriverLink component is a base class for all driver link components.

The TFDPhysDriverLink component is a base class for all driver link components. It implements the ability to:

An application should not use the TFDPhysDriverLink component directly. But you can use one of its many descendants, for example, TFDPhysOracleDriverLink or TFDPhysSQLiteDriverLink.

To have an effect, all property changes must be performed before the first connection through this driver or use the Release method.

See Also