Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QATextMessage class

 

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.