Datasnap.DSServer.TDSServerDriver.GetDriverVersion

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServerDriver

Delphi

function GetDriverVersion: string; override;

C++

virtual System::UnicodeString __fastcall GetDriverVersion();

Description

Returns version information for the current driver.

Use the GetDriverVersion method to return version information for an instance of TDSServerDriver.

See Also