FireDAC.Phys.ASA.TFDASAService.DriverLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DriverLink: TFDPhysASADriverLink read GetDriverLink write SetDriverLink;

C++

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

Description

Specifies the DriverLink.

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

See Also