API:Datasnap.DSServer.TDSServerDriver.GetDriverVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDriverVersion: string; override;

C++

virtual System::UnicodeString __fastcall GetDriverVersion();

Properties

Type Visibility Source Unit Parent
function public
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServerDriver

Description

Returns version information for this driver.

Datasnap.DSServer.TDSServerDriver.GetDriverVersion inherits from Data.DBXCommon.TDBXDriver.GetDriverVersion. All content below this line refers to Data.DBXCommon.TDBXDriver.GetDriverVersion.

Returns version information for this driver.

Use GetDriverVersion to return version information for an instance of TDBXDriver.

See Also