Datasnap.DSServer.TDSServerClass.Preparing
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
| Unit: Datasnap.DSServer | |
| Parent: TDSServerClass | |
Delphi
procedure Preparing(const PrepareEventObject: TDSPrepareEventObject); override;
C++
virtual void __fastcall Preparing(Datasnap::Dscommonserver::TDSPrepareEventObject* const PrepareEventObject);
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.