[Overview][Classes][Procedures and functions][Index] |
GetFilterExt - returns the extension for filtering filenames.
Source position: extdlgs.pas line 88
public function TOpenPictureDialog.GetFilterExt: string; |
File extension found in the method, or an empty string when no extension is available.
GetFilterExt is a String function used to get the file extension for the value in the Filter property. GetFilterExt parses the value in Filter, and ignores the all files mask ('*.*') in favor of actual file extensions included in the property.
The return value contains the file extension found in the Filter property. If no file extension is found in Filter, the value in DefaultExt is used as the return value.
GetFilterEx is used by the Lazarus IDE in the implementation of property editors for TGraphic and TImageList.
|
Contains a delimited list of descriptions and extensions for file available in the dialog. |
|
|
Contains the default extension for file names in the dialog. |
|
|
Abstract base class used for images in supported image formats. |
|
|
The base class for TImageList. |
Version 4.0 | Generated 2025-05-03 | Home |