Graphisoft®

Dialog ManagerVersion: 2.0

RichEdit::CharPos Enum

Special character positions in the text.

enum CharPos
{
    TextBegin =  DG_REP_TEXTBEGIN,
    TextEnd =  DG_REP_TEXTEND
};

Value Definitions

TextBegin
The position of the first character in the text.
TextEnd
The position of the last character in the text.