IOdialogEntryfieldEnd

Top  Previous  Next

Construction of an Entryfields finish.

This procedure is a part of the procedures for generating of dialogues. After with IOdialogEntryfieldStart and other... calls IOdialog an input field with perhaps stored other elements has been generated, this is concluded with IOdialogEntryfieldEnd.

Parametre

dialogString (char *) [IN / OUT]

Sign chain with the up to now built up part of the dialogue.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOdialogEntryfieldEnd (

char * dialogString

);