JVCL Help:TJvOEMConversion

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
TJvStreamConversion
TJvOEMConversion
run\JvRichEdit.pas


Summary

Converts rich text data from and to OEM formatted text.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TJvOEMConversion = class(TJvStreamConversion);


Description

Use the TJvOEMConversion class to allow rich text edit controls to read from and write to files that use the OEM-defined character set.
Rich text edit controls can use this class by registering it through their RegisterConversionFormat method, or by making an instance the default converter.

run\JvRichEdit.pas


About

Navigation

run\JvRichEdit.pas


Notes

Use the Lines property to stream the text to or from a file.

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