API:FireDAC.Phys.IBBase.TFDIBService
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: FireDAC.Phys.IBBase.pas FireDAC.Phys.IBBase.hpp
| |
| Unit: FireDAC.Phys.IBBase | |
| Parent: FireDAC.Phys.IBBase | |
Delphi
TFDIBService = class (TFDPhysDriverService)
C++
class PASCALIMPLEMENTATION TFDIBService : public Firedac::Phys::TFDPhysDriverService
Description
The TFDPhysDriverService component is a base class for all driver service components.
FireDAC.Phys.IBBase.TFDIBService inherits from FireDAC.Phys.TFDPhysDriverService. All content below this line refers to FireDAC.Phys.TFDPhysDriverService.
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.