FireDAC.Phys.TFDPhysDriverLink.ActualDriverID

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActualDriverID: String read GetActualDriverID;

C++

__property System::UnicodeString ActualDriverID = {read=GetActualDriverID};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.pas
FireDAC.Phys.hpp
FireDAC.Phys TFDPhysDriverLink

Description

The actual driver ID of the driver link.

Use the ActualDriverID property to get an ID derived from the current BaseDriverID and DriverID properties values.

See Also