JVCL Help:TJvConversionTextKind

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates kinds of preferred source or target formats of the content of a rich edit for converters.

run\JvRichEdit.pas


Pascal

 run\JvRichEdit.pas
 TJvConversionTextKind = (
ctkText,
ctkRTF,
ctkBothPreferText,
ctkBothPreferRTF
);


Members

Members Description
ctkText Plain text.
ctkRTF RTF.
ctkBothPreferText Plain text or RTF, but prefer plain text.
ctkBothPreferRTF Plain text or RTF, but prefer RTF.

run\JvRichEdit.pas


Description

The TJvConversionTextKind type is used to indicate the preferred source or target of the content of a rich edit for converters. For example, some converters can only import or export a specific format to RTF, others only to plain text etc.

run\JvRichEdit.pas


See Also

TJvConversion.TextKind

run\JvRichEdit.pas


About

Navigation

no pages or subcategories

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