JVCL Help:TJvConversion

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvConversion
TJvMSTextConversion
TJvStreamConversion
run\JvRichEdit.pas


Summary

Converts rich text data or plain text from one encoding format to another.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TJvConversion = class(TObject);


Description

Write a TJvConversion descendant to convert rich text data or plain text from one specific encoding format to another. Register the object with a call to RegisterConversionFormat. Registered conversion objects are used by TJvRichEdit when either the LoadFromFile, LoadFromStream, SaveToFile or SaveToStream method of its Lines property called.
A TJvRichEdit control will call the methods of a conversion object in the following order:

The following objects are descendants of TJvConversion:

Class Function
TJvRTFConversion Reads or writes rich text data.
TJvTextConversion Reads or writes plain text.
TJvStreamConversion Base class for stream converters.
TJvOEMConversion Converts rich text data from and to OEM formatted text.
TJvMSTextConversion Wrapper for a MS Text conversion dll.

run\JvRichEdit.pas


About

Navigation

run\JvRichEdit.pas



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