JVCL Help:TJvCustomRichEdit.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 masks of the registered converters.


Pascal

 classfunctionFilter(constAKind: TJvConversionKind): string;


Parameters

Parameters Description
const AKind: TJvConversionKind Indicates whether to retrieve a file mask for an import operation or an export operation.


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 registered converters. For example, you can use the return value of a Filter call to set the Filter property of a TOpenDialog component.


See Also

TJvCustomRichEdit.RegisterConversionFormat


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