SYSinformationBoxText |
Top Previous Next |
Text in of information dialogue box spend. With this routine a text is given in the box of information. Besides, the text is automatically broken down namely with every Newline sign '(\n'). Parametre root (PROOT) [IN] Act on the open data bank. text (char *) [IN] text is given in the dialogue box, and is broken down if necessary. Result --- Declaration #include "system.h"
void DLLENTRY SYSinformationBoxText ( PROOT root, char * text ); Related functions
|