SYSinformationBoxText

Top  Previous  Next

Text in Informationsdialogbox ausgeben.

Mit dieser Routine wird ein Text in der Informationsbox ausgegeben. Der Text wird dabei automatisch umgebrochen und zwar bei jedem Newline-Zeichen ('\n').

Parameter

root (PROOT)                                             [IN]

Handle auf die geöffnete Datenbank.

text (char *)                                                  [IN]

text wird in der Dialogbox ausgegeben, und gegebenenfalls umgebrochen.

Ergebnis

---

Deklaration

#include "system.h"

 

void DLLENTRY SYSinformationBoxText (

     PROOT    root,

     char *      text

);

Verwandte Funktionen

SYSinformationBox

SYSinformationBoxLine

SYSinformationBoxShow

SYSinformationBoxTitle