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.
Initializes the dialog box.
Syntax
public DialogRunbase dialogInit(DialogRunbase dialog, [boolean forceOnClient])
Run On
Called
Parameters
- dialog
Type: DialogRunbase Class
An already initialized dialog box can be passed.
- 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.