API: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

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.

See Also