JVCL Help:TJvCustomRichEdit.RegisterMSTextConverters

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

Search in JVCL Help

 
Search in all projects
 

Summary

Registers the text converters supplied by Microsoft.


Pascal

 classprocedureRegisterMSTextConverters;


Description

Call RegisterMSTextConverters to register the text converters supplied by Microsoft. These converters can import or export RTF from or to some other format, for example Word documents or html pages.
RegisterMSTextConverters sets up associations between file extension and MS converters, so that all attempts to stream between a file with that extension and a rich edit control automatically invoke the appropriate converter.
RegisterMSTextConverters registers a TJvMSTextConversion instance for each item found in: HKEY_LOCAL_MACHINESoftwareMicrosoftShared ToolsText Converters


See Also

TJvCustomRichEdit.RegisterConversionFormat


About

Notes

Registered converters apply to all rich edit controls.


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