Appxweb Meta
Home > Developer > Scripting > View Method: isDlgActive

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
active0 dialog is not active, 1 dialog is active.