Help Center

CRichEditCtx.GetRawTextmethod

Gets the raw text exactly as it appears in memory.

Windowsmethoddocumented

Syntax

FUNCTION GetRawText () AS STRING

Return value

The retrieved text.

Description

Gets the raw text exactly as it appears in memory.

Remarks

Text is retrieved exactly as it appears in memory. This includes special structure characters for table row and cell delimiters as well as math object delimiters (start delimiter U+FDD0, argument delimiter U+FDEE, and end delimiter U+FDDF) and object markers (U+FFFC). This maintains character-position alignment between the retrieved text and the text in memory.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:2391
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class