Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.DbxVendorProperty

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSDefaultDatabaseConnectionHandler

Delphi

procedure DbxVendorProperty(const Message: TDBXVendorPropertyMessage); override;

C++

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

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