Datasnap.DSCommonServer.TDSDefaultDatabaseConnectionHandler.DbxMoreBlob

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 DbxMoreBlob(const Message: TDBXMoreBlobMessage); override;

C++

virtual void __fastcall DbxMoreBlob(Data::Dbxmessagehandlercommon::TDBXMoreBlobMessage* const Message);

Description

Does nothing in this implementation.

The DbxMoreBlob method does nothing as implemented in the TDSDefaultDatabaseConnectionHandler class.

See Also