JVCL Help:TJvConversionTextKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvConversionTextKind type
Search in JVCL Help
Search in all projectsSummary
Enumerates kinds of preferred source or target formats of the content of a rich edit for converters.
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. |
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.
See Also
About
no pages or subcategories
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