RemoveChild()  Method callback

<< Click to Display Table of Contents >>

Navigation:  Callback Methods >

RemoveChild()  Method callback

Previous pageReturn to chapter overviewNext page

Purpose

To inform the shell window that report design window is closing.  The shell window should remove the report design window from its list of children in response to this method.

Syntax

<oOwner>:RemoveChild(oRpReport)

Arguments

<oRpReport>

The RpReport object which has initiated this callback method.

Description

This callback method is invoked when the user closes the report design window if the RemoveChild() method exists on the design window owner object.  The owner object is specified in the <oOwner> parameter of the RpReport:Init.

Note:        This callback method is only used by the report designer.