FireDAC.Phys.TFDPhysDriverService
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.