Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.DbxVendorProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DbxVendorProperty(const Message: TDBXVendorPropertyMessage); override;

C++

virtual void __fastcall DbxVendorProperty(Data::Dbxmessagehandlercommon::TDBXVendorPropertyMessage* const Message);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSDefaultDatabaseConnectionHandler

Description

Returns an empty string.

The DbxVendorProperty method is used to return the dbExpress vendor name. In this implementation of the TDSDefaultDatabaseConnectionHandler class, DbxVendorProperty returns an empty string.

See Also