API:Datasnap.DSServer.TDSServer.Preparing
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
Virtual abstract method to be implemented in subclasses.
Datasnap.DSServer.TDSServer.Preparing inherits from Datasnap.DSCommonServer.TDSCustomServer.Preparing. All content below this line refers to Datasnap.DSCommonServer.TDSCustomServer.Preparing.
Virtual abstract method to be implemented in subclasses.
Preparing is a virtual abstract method that requires implementation in derived classes.