JVCL Help:TRichStreamMode

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

Search in JVCL Help

 
Search in all projects
 

Summary

Enumerates options for streaming text in and out.

run\JvRichEdit.pas


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.

run\JvRichEdit.pas


Description

Use the TRichStreamMode type to specify options for streaming text in and out. TRichStreamModes is a set of TRichStreamMode values.

run\JvRichEdit.pas


See Also

TJvCustomRichEdit.StreamFormat, TJvCustomRichEdit.StreamMode

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