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.
Retrieves a class that contains the methods that are described by the RunBaseDialogable interface
Syntax
public Object dialog([DialogRunbase _dialog, boolean _forceOnClient])
Run On
Called
Parameters
- _dialog
Type: DialogRunbase Class
An instance of the DialogRunbase class; optional.
- _forceOnClient
Type: boolean
A Boolean value that indicates whether the dialog box must be created on the client; optional.
Return Value
Type: Object Class
A class that contains the methods that are described by the RunBaseDialogable interface.
Remarks
A dialog box can be either built by using the Dialog class or by using a class that is created in the Application Object Tree (AOT).