FireDAC.Phys.MSAcc.TFDMSAccessService.DriverLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverLink: TFDPhysMSAccessDriverLink read GetDriverLink write SetDriverLink;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.MSAcc.pas
FireDAC.Phys.MSAcc.hpp
FireDAC.Phys.MSAcc TFDMSAccessService

Description

Specifies the driver link.

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

See Also