[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A string which contains possible filename filters (e.g. .doc, .xmp, .pas etc).
Source position: dialogs.pp line 175
published property TFileDialog.Filter : string |
This is a string which contains the filters a user can choose from. The available filters and their description are separated by pipe symbols.
To set this property at run-time assign a value like:
"All files|*.*|Lazarus Project files|*.lpr"
An entry can contain multiple masks separated by semicolon, like:
"Pascal units|*.pas;*.pp;*.p"