|
INcModel::IsDialogOpen
Description
This function checks if a dialog is open. This is only for dialogs which are opened by the NC parameter grid.
Syntax
oIsOpen = IsDialogOpen ();
Output: (Boolean) oIsOpen |
If TRUE (=1) then the dialog from the grid is open. |
|