[Overview][Classes][Procedures and functions][Index] |
Contains a delimited list of descriptions and extensions for file available in the dialog.
Source position: extdlgs.pas line 91
published property TOpenPictureDialog.Filter : string |
Filter is a String property which contains a delimited list of file name filters available in the dialog. Each value in the delimited list is separated by a Pipe (or vertical bar) character ('|') and consists of a description and file extension for files matching the filter value. For example:
'All files|*.*|Lazarus Project files|*.lpr|Pascal units|*.pas;*.pp'
The initial value for Filter is assigned in Create using the value from the DefaultFilter property.
Use GetFilterExt to get the file extension for the current Filter value selected in the dialog. Use FilterIndex to determine the position for the selected file filter.
|
Constructor for the class instance. |
|
|
DefaultFilter - the default filename filter. |
|
|
GetFilterExt - returns the extension for filtering filenames. |
|
|
A string which contains available filename filters used to select files by their file extensions. |
|
|
This property sets which file filter is the default. |
Version 4.0 | Generated 2025-05-03 | Home |