Data.DBXDelegate.TDBXDelegateConnection.GetVendorProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function public
Data.DBXDelegate.pas
Data.DBXDelegate.hpp
Data.DBXDelegate TDBXDelegateConnection

Description

Get vendor properties.

Data.DBXDelegate.TDBXDelegateConnection.GetVendorProperty inherits from Data.DBXCommon.TDBXConnection.GetVendorProperty. All content below this line refers to Data.DBXCommon.TDBXConnection.GetVendorProperty.

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