JVCL Help:TJvRTFConversion.Filter

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the file mask of the converter.


Pascal

 functionFilter: string; override;


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