Data.DBXClient.TDBXClientConnection.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.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientConnection

Description

Gets the vendor properties.

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

See Also