Data.DBXCommon.TDBXConnection.ProductVersion

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProductVersion: string read GetProductVersion;

C++

__property System::UnicodeString ProductVersion = {read=GetProductVersion};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXConnection

Description

Product version.

Returns empty string if not implemented. Otherwise a string is returned with the format nn.nn.nnnn, where the first two digits are the major version, the second two digits are the minor version, and the last four digits are the release version. This value can be overridden by setting the TDBXPropertyNames.ProductVersion connection property. Note that TDBXPropertyNames.ProductVersion is the name of the property, not the property itself.

See Also