JVCL Help:TJvOEMConversion
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvOEMConversion Class
[+] JvRichEdit.pas Classes
[+] TJvOEMConversion Methods
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvConversion
TJvStreamConversion
TJvOEMConversion
run\JvRichEdit.pas
Summary
Converts rich text data from and to OEM formatted text.
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.
About
Notes
Use the Lines property to stream the text to or from a file.
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