API:FireDAC.Phys.ADS.TFDADSService

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.TFDPhysDriverServiceFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFDADSService
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: FireDAC.Phys.ADS

Delphi

TFDADSService = class (TFDPhysDriverService)

C++

class PASCALIMPLEMENTATION TFDADSService : public Firedac::Phys::TFDPhysDriverService

Description

The TFDPhysDriverService component is a base class for all driver service components.

FireDAC.Phys.ADS.TFDADSService 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.

See Also