Soap.SOAPDm.TSoapDataModule.BeforeDestruction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeforeDestruction; override;

C++

virtual void __fastcall BeforeDestruction();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Soap.SOAPDm.pas
Soap.SOAPDm.hpp
Soap.SOAPDm TSoapDataModule

Description

Generates an OnDestroy event.

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

BeforeDestruction generates an OnDestroy event when OldCreateOrder is false.

See Also