isDlgActive
Retrieves the boolean value indicating whether a dialog has the active focus.
| Syntax | |
| active = AM_view.isDlgActive(id) | |
| Parameters | |
| id | (required). Identifier of the dialog view object. |
| Return Value | |
| active | 0 dialog is not active, 1 dialog is active. |