Skip to content

Popup - cWebModalDialog

Activates the modal dialog

Type: Procedure

Parameters

Parameter Type Description
hoReturnObject Handle Handle of the object to receive the callback message when the dialog is closed

Syntax

Procedure Popup Handle hoReturnObject

Call Example

Send Popup hoReturnObject

Description

Send Popup to activate the modal dialog. You should pass the handle of the object that will receive the OnCloseModalDialog callback message when the dialog is closed.

Modal dialogs containing prompt lists (cWebPromptList) are a special case and are not activated via the Popup message. These modal dialogs use a custom method for activating and updating the modal dialog. Please see cWebPromptList for details.