FileFilter.name

Set name property.

  1. string name [@property getter]
  2. string name [@property setter]
    class FileFilter
    @property
    void
    name
    (
    string propval
    )

Parameters

propval string

The human-readable name of the filter.

This is the string that will be displayed in the file chooser user interface if there is a selectable list of filters.