Datasnap.DSProviderDataModuleAdapter.TDSServerModuleBase.BeforeDestruction

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSProviderDataModuleAdapter.pas
Datasnap.DSProviderDataModuleAdapter.hpp
Unit: Datasnap.DSProviderDataModuleAdapter
Parent: TDSServerModuleBase

Delphi

procedure BeforeDestruction; override;

C++

virtual void __fastcall BeforeDestruction();

Description

Generates an OnDestroy event.

BeforeDestruction is called right before the server module's destructor. Do not call it explicitly in applications.

See Also