Data.DBXClient.TDBXClientConnection.GetVendorProperty

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

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

C++

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

Description

Gets the vendor properties.

GetVendorProperty gets a vendor property. The property name is given by the Name parameter.

See Also