Datasnap.DSServer.TDSServerClass.Preparing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Preparing(const PrepareEventObject: TDSPrepareEventObject); override;

C++

virtual void __fastcall Preparing(Datasnap::Dscommonserver::TDSPrepareEventObject* const PrepareEventObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer TDSServerClass

Description

Called by server when server method command being prepared.

Preparing is called by the server when a server method command is being prepared. This method calls the OnPrepare event, if it is specified.

See Also