FireDAC.Phys.TFDPhysDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDPhysDriverLink

Delphi

TFDPhysDriverLink = class(TFDComponent)

C++

class PASCALIMPLEMENTATION TFDPhysDriverLink : public Firedac::Stan::Intf::TFDComponent

Properties

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

Description

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