BBjFileChooser::removeFileFilter
Description
In BBj 7.00 and higher, this BBjFileChooser method removes a file filter from the BBjFileChooser dialog.
Syntax
Return Value |
Method |
void |
removeFileFilter(string name) |
Parameters
Variable |
Description |
name |
The name of the filter passed to the addFileFilter method. |
Return Value
None.
Remarks
If there is no filter named name, or if the name is the empty string (""), this method will throw an !ERROR=17.
Example
See Also
BBjFileChooser::getActiveFileFilter
BBjFileChooser::getFileFilterContents
BBjFileChooser::getFileFilterNames
BBjFileChooser::setActiveFileFilter
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.