SYSinformationBoxTitle

Top  Previous  Next

Überschrift in Informationdialogbox einfügen.

Mit dieser Routine wird der Informationsdialogbox ein Titel übergeben.

Parameter

root (PROOT)                                             [IN]

Handle auf die geöffnete Datenbank.

text (char *)                                                  [IN]

Der Titel text erscheint in der obersten Zeile und überschreibt jeden vorherigen.

Ergebnis

---

Deklaration

#include "system.h"

 

void DLLENTRY SYSinformationBoxTitle (

     PROOT    root,

     char *      text

);

Verwandte Funktionen

SYSinformationBox

SYSinformationBoxLine

SYSinformationBoxShow

SYSinformationBoxText