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

SQL Anywhere 11.0.1 (日本語) » QAnywhere » QAnywhere リファレンス » QAnywhere C++ API リファレンス » QATextMessage クラス

 

writeText 関数

構文
void QATextMessage::writeText(
  qa_const_string string,
  qa_int offset,
  qa_int length
)
パラメータ
  • string   連結するソース・テキスト。

  • offset   ソース・テキスト内でのオフセット (読み込み開始位置)。

  • length   ソース・テキストから読み込む qa_char の数。

備考

現在のテキストに、テキストを連結します。