Data.DBXCommon.TDBXConnection.GetProductVersion

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetProductVersion: string; virtual;

C++

virtual System::UnicodeString __fastcall GetProductVersion();

Description

Get product version.

GetProductVersion returns a driver version string. Drivers should return an empty string if this is not implemented. Otherwise the return value should be in the format specified in the documentation for TDBXConnection.ProductVersion This property can also be overridden by setting the TDBXPropertyNames.ProductVersion connection property. This is the method applications should use to obtain the product version.

See Also