RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXClientConnection.GetVendorProperty Method

Get vendor properties.

Pascal
function GetVendorProperty(const Name: UnicodeString): UnicodeString; override;
C++
virtual __fastcall UnicodeString GetVendorProperty(const UnicodeString Name);

GetVendorProperty gets vendor properties. Driver vendors can implement this method to provide driver specific property access. Returns an empty string if not implemented. Used by GetProductVersion to obtain the product version. 

 

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