Datasnap.DSServer.TDSServer.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 TDSServer

Description

Fires an event that occurs when a server method is being prepared for all TDSServerClass instances registered with the server.

The Preparing method fires a TDSPrepareEventObject event that occurs when a server method is being prepared for all TDSServerClass instances registered with server.

See Also