[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A string which contains possible filename filters (eg .doc, .xmp, .pas etc).
Source position: dialogs.pp line 139
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 during runtime assign a value like: "All files|*.*|Lazarus Project files|*.lpr"
lazarus-ccr.sourceforge.net |