Parameter | Description |
---|---|
hoReturnObject | Handle of the object to receive the callback message when the dialog is closed |
Procedure Popup Handle hoReturnObject
Call: | Send Popup hoReturnObject |
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.