FireDAC.Phys.TFDPhysDriverService

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TFDPhysDriverService = class (TFDComponent, IFDStanErrorHandler)

C++

class PASCALIMPLEMENTATION TFDPhysDriverService : 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 TFDPhysDriverService component is a base class for all driver service components.

The TFDPhysDriverService class implements the ability to link a service to a driver link by setting the TFDPhysDriverService.DriverLink property.

An application should not use the TFDPhysDriverService component directly.

See Also