FireDAC.Phys.IBBase.TFDIBService.DriverLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverLink: TFDPhysIBBaseDriverLink read GetDriverLink write SetDriverLink;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.IBBase.pas
FireDAC.Phys.IBBase.hpp
FireDAC.Phys.IBBase TFDIBService

Description

Specifies the driver link.

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

See Also