ReportEvents.OnBeforeDeleteSheet

Syntax

OnBeforeDeleteSheet (Sheet: IPrxSheet; Var Cancel: Boolean);

Parameters

Sheet. Regular report sheet that has generated the event.

Cancel. The parameter that determines whether the event is fired. The property is set to False by default.

Description

The OnBeforeDeleteSheet method implements the event that occurs before regular report sheet deletion.

Comments

On calling the method, the IPrxReportUserEvents.EventOnBeforeDeleteSheet event that can be redefined, if required, is processed in core in parallel.

Example

The property use is given in the example for IPrxReportUserEvents.EventOnBeforeDeleteSheet.

See also:

ReportEvents