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 base class for all Advantage service classes.

The TFDADSService class is used as a base class for all Advantage service classes and should not be used directly.

The class contains the common properties, such as DriverLink, Database, UserName, and Password.

See Also