RunBase.dialogInit Method [AX 2012]

Initializes the dialog box.

Syntax

public DialogRunbase dialogInit(DialogRunbase dialog, [boolean forceOnClient])

Run On

Called

Parameters

  • forceOnClient
    Type: boolean
    Specifies if the dialog must be instantiated on the client; optional.

Return Value

Type: DialogRunbase Class
The initialized dialog box.

Remarks

This method is not typically overridden.

See Also

Reference

RunBase Class