JVCL Help:TJvConversion.Filter
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvConversion.Filter Method
[+] TJvConversion Fields
[+] TJvConversion Methods
[+] TJvConversion Properties
Search in JVCL Help
Search in all projectsSummary
Returns the file mask of the converter.
Pascal
functionFilter: string; virtual;
Return Value
Returns the file masks of the registered converters.
Description
Call Filter to retrieve a file mask of the files that can be imported or exported by the converter. For example, you can use the return value of a Filter call to set the Filter property of a TOpenDialog component.
As implemented in TJvConversion, Filter always returns an empty string. Override this method in a descendant class to return a meaningful value.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page