Dialog Result


Category: User Interaction   
Command: dialog.result   
Description   

Set a default result for a dialog, which is used when a dialog is suppressed, and is used for initial path in a file dialog. Query this to get which the paths from a file dialog or the button the user hit from an information or confirmation dialog after calling dialog.open.

  
Parameters   

result

The result of a dialog. For information and confirmation dialogs, this is an integer; for file and directory dialogs, this is a string.

  
Example Code   

dialog.result ?

  
Remarks   

None

  
Queryable? Unknown