FireDAC.Phys.TDBXBase.TFDPhysTDBXBaseDriverLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDPhysTDBXBaseDriverLink = class(TFDPhysDriverLink)

C++

class PASCALIMPLEMENTATION TFDPhysTDBXBaseDriverLink : public Firedac::Phys::TFDPhysDriverLink

Properties

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

Description

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

FireDAC.Phys.TDBXBase.TFDPhysTDBXBaseDriverLink 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