RunBaseDialogable.closedOk Method [AX 2012]
Indicates whether the dialog box was closed by clicking the OK button.
Syntax
public boolean closedOk()
Run On
Client
Return Value
Type: boolean
true if the dialog box is closed with an OK button click; otherwise, false.
Remarks
All RunBase dialog forms created in the AOT must have this method. A FormRun class already has it.