|
|
|
|
|
PageCloseDialog (Function) In french: PageFermeDialogue Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page. Syntax
PageCloseDialog([<Returned value>])
<Returned value>: Type corresponding to the returned value (optional) Value returned by the page when it is closed. This value is retrieved only if the page was opened by PageDisplayDialog. If the page was not opened with PageDisplayDialog, an error is returned. Remarks - PageCloseDialog() is equivalent to ContextClose("").
- PageCloseDialog(Value) is equivalent to ContextClose("", Value).
- If your project uses pre-launched sessions, this function must not be used in the project initialization event. This function must be used in the "Initialization in pre-launched session mode" event.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|