Datasnap.DSCommonServer.TDSVoidConnectionHandler.DbxNext

From RAD Studio API Documentation
Revision as of 00:37, 17 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure DbxNext(const Message: TDBXNextMessage); override;

C++

virtual void __fastcall DbxNext(Data::Dbxmessagehandlercommon::TDBXNextMessage* const Message);

Properties

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

Description

Does nothing in this implementation.

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

See Also