Click or drag to resize

DialogWindow.Result Property

X#
A numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Result AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
A numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed.
Remarks
A numeric result code posted by the DialogWindow:EndDialog() method returned to the system when this dialog window was closed. (For example, it may have posted a 0 if the Cancel push button was pressed or a 1 if OK was pressed.)
Tip Tip
DialogWindow:Result should be invoked by the owner's method that showed the dialog window to determine the action that closed the dialog window.
See Also