Data.DBXDelegate.TDBXDelegateConnection.GetProductVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProductVersion: string; override;

C++

virtual System::UnicodeString __fastcall GetProductVersion();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateConnection

Description

Get product version.

Data.DBXDelegate.TDBXDelegateConnection.GetProductVersion inherits from Data.DBXCommon.TDBXConnection.GetProductVersion. All content below this line refers to Data.DBXCommon.TDBXConnection.GetProductVersion.

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