hiFileDialogDone
hiFileDialogDone(&_dialogName g_accept) =>t / nil
Description
This function is logged when a file dialog box is dismissed. Applications do not need to call this function; it is provided for replay purposes.
This function destroys the file dialog box and resets the value of the &_dialogName symbol to nil. Do not reference a deleted file dialog box; it can cause undefined behavior.
Arguments
|
The handle to the file dialog box, which was specified as the s_dialogName argument of |
|
Values Returned
Related Topics
File Selection Dialog Box Functions
Return to top