[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.
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 possible filename filters (e.g. .doc, .xmp, .pas etc). |
|
|
This property sets which file filter is the default. |
lazarus-ccr.sourceforge.net |