API:Data.DBXCommon.TDBXDelegateDriver.SetDriverName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDriverName(const DriverName: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXDelegateDriver

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