FireDAC.Phys.ADS.TFDADSService.DriverLink

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Phys.ADS.pas
FireDAC.Phys.ADS.hpp
Unit: FireDAC.Phys.ADS
Parent: TFDADSService

Delphi

property DriverLink: TFDPhysADSDriverLink read GetDriverLink write SetDriverLink;

C++

__property TFDPhysADSDriverLink* DriverLink = {read=GetDriverLink, write=SetDriverLink};

Description

Specifies the driver link.

Use the DriverLink property to specify the Advantage driver link. This property must be specified for any service operation.

See Also