Datasnap.DSServer.TDSServer.Preparing

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServer

Delphi

procedure Preparing(const PrepareEventObject: TDSPrepareEventObject); override;

C++

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

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