RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSServerClass.Preparing Method

Called by server when server method command being prepared.

Pascal
procedure Preparing(const PrepareEventObject: TDSPrepareEventObject); override;
C++
virtual __fastcall Preparing(const TDSPrepareEventObject PrepareEventObject);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!