Data.DBXCommon.TDBXDriver.DriverName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DriverName: string Read GetDriverName write SetDriverName;

C++

__property System::UnicodeString DriverName = {read=GetDriverName, write=SetDriverName};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDriver

Description

A unique name for this driver.

A unique name for the driver referenced in an instance of TDBXDriver.

See Also