FireDAC.Phys.IBBase.TFDIBService.DriverLink

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DriverLink: TFDPhysIBBaseDriverLink read GetDriverLink write SetDriverLink;

C++

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

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