Data.DBXCommon.TDBXDelegateDriver.SetDriverName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXDelegateDriver

Delphi

procedure SetDriverName(const DriverName: string); override;

C++

virtual void __fastcall SetDriverName(const System::UnicodeString DriverName);

Description

Sets a unique name for this driver.

Data.DBXCommon.TDBXDelegateDriver.SetDriverName inherits from Data.DBXCommon.TDBXDriver.SetDriverName. All content below this line refers to Data.DBXCommon.TDBXDriver.SetDriverName.

Sets a unique name for this driver.

See Also