SYSinformationBoxLine |
Top Previous Next |
Text line add in dialogue of information. With this routine a text line is inserted in the dialogue box. Parametre root (PROOT) [IN] Act on the open data bank. zeile (int) [IN] Herewith the line is given where the text should appear. If text is already in this line, he is thereby headlined. text (char *) [IN] The sign chain text is given in the dialogue box in line zeile. Result --- Declaration #include "system.h"
void DLLENTRY SYSinformationBoxLine ( PROOT root, int zeile, char * text ); Related functions
|