JVCL Help:TRichStreamMode
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TRichStreamMode type
Search in JVCL Help
Search in all projectsSummary
Enumerates options for streaming text in and out.
Pascal
run\JvRichEdit.pas
TRichStreamMode = (
smSelection,
smPlainRtf,
smNoObjects,
smUnicode
);
TRichStreamModes = setof TRichStreamMode;
Members
Members | Description |
smSelection | If not specified, when loading a stream, the data stream replaces the entire contents of the control, and when saving to a stream, the control streams out the entire contents. |
smPlainRtf | Language-specific RTF keywords in are ignored. If not specified, all keywords are streamed in and out. This flag is ignored if the format of the text is not RTF. You can set the format of the text with property StreamFormat. |
smNoObjects | Useful if an application stores COM objects itself, as RTF representation of COM objects is not very compact. The control word, objattph, followed by a space denotes the object position. This flag is ignored if the format of the text is not RTF. You can set the format of the text with property StreamFormat. |
smUnicode | This flag is ignored if the format of the text is not plain text. You can set the format of the text with property StreamFormat. |
Description
Use the TRichStreamMode type to specify options for streaming text in and out. TRichStreamModes is a set of TRichStreamMode values.
See Also
TJvCustomRichEdit.StreamFormat, TJvCustomRichEdit.StreamMode
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