Data.DBXCommon.TDBXConnection.ProductVersion

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ProductVersion: string read GetProductVersion;

C++

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

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