Data.DBXCommon.TDBXDriver.DriverName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXDriver

Delphi

property DriverName: string Read GetDriverName write SetDriverName;

C++

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

Description

A unique name for this driver.

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

See Also