SYSinformationBox

Top  Previous  Next

If a dialogue window with title and 3 lines generates text. In the window status announcements can be given on the user.

Parametre

root (PROOT) [IN]

Act on the open data bank.

lines (int) [IN]

Number of the lines. If 0 is given here, it is taken of the Defaultwert 3.

cols (int) [IN]

Number of the columns. If 0 is given here, it is taken of the Defaultwert 40.

Result

---

Declaration

#include "system.h"

 

void DLLENTRY SYSinformationBox (

PROOT root,

int lines,

int cols

);

Related functions

SYSinformationBoxLine

SYSinformationBoxShow

SYSinformationBoxText

SYSinformationBoxTitle