TcxCustomImageProperties.CustomFilter Property
Declaration
property CustomFilter: string read; write;
Property Value
Type |
---|
string |
Remarks
Use this property to specify the file type filter (a filter string) applied to the “Open” and “Save As” picture dialogs of an image editor. A filter string can include multiple wildcards delimited with a special character. Refer to the TOpenDialog.Filter property description to learn how to format this string.
If the CustomFilter property is assigned an empty string, the image editor dialog displays the files of all allowed types.
See Also