writeText function

Syntax
void QATextMessage::writeText(
  qa_const_string string,
  qa_int offset,
  qa_int length
)
Parameters
  • string   The source text to concatenate.

  • offset   The offset into the source text at which to start reading.

  • length   The number of qa_chars of the source text to read.

Remarks

Concatenates text to the current text.