Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxReaderClose

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: TDSVoidConnectionHandler

Delphi

procedure DbxReaderClose(const Message: TDBXReaderCloseMessage); override;

C++

virtual void __fastcall DbxReaderClose(Data::Dbxmessagehandlercommon::TDBXReaderCloseMessage* const Message);

Description

Does nothing in this implementation.

The DbxReaderClose method does nothing as implemented in the TDSVoidConnectionHandler class.

See Also