RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnection.GetProductVersion Method

Get product version.

Pascal
function GetProductVersion: UnicodeString; virtual;
C++
virtual __fastcall UnicodeString GetProductVersion();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!