nrSetFileFilter
nrSetFileFilter(o_dialog t_filter) =>t / nil
Description
Function logged when a file filter is selected in a file dialog box. This function is intended only for replay use and should not be called explicitly.
Arguments
Values Returned
|
A file filter is set for the dialog or this function was called from SKILL to replay the action of setting the filter. |
|
Examples
nrSetFileFilter( cdsLibManager->LoadDefaultEnvironment "All Files ( * )" )
Related Topics
Return to top