Data.DBXCommon.TDBXConnection.GetVendorProperty

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetVendorProperty(const Name: string): string; virtual;

C++

virtual System::UnicodeString __fastcall GetVendorProperty(const System::UnicodeString Name);

Description

Get vendor properties.

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.

See Also