Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.