f$DialogClose (f$DialogBeenden)
f$DialogClose (f$DialogBeenden)
Close a dialog previously opened with f$DialogOpen.
Note: this is an expert function intended for demanding usage scenarios. In normal cases the f$Dialog function should be used.
Please note:
Only the active dialog may be closed using f$DialogClose within a watching logic (Watch-DT).
Syntax: | f$DialogClose( WindowID ) | ||
| Argument | Type | Meaning |
| WindowID | Integer | The window ID returned by f$DialogOpen |
Result: | - |
| |
Example: | f$DialogClose( WindowID ) | ||
See f$DialogOpen for details and examples.