IOchangeDialogFunction

Top  Previous  Next

Change of an order in the dialogue.

Behind the counters in dialogues there are the orders which are explained by pressure of the counter. To change such orders, this function can be used.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

dialogID (int) [IN]

Herewith the dialogue window in which the function should be changed is determined.

feldID (int) [IN]

feldID describes the field behind which the order is which should be changed.

text (char *) [IN]

In text stands the new order. Should the order exist of several orders, the sign chain "\n\033" must stand between the order"".

append (int) [IN]

With append it is steered whether the new order substitutes for the old one (FALSE) or behind the old order angehangen becomes (TRUE).

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOchangeDialogFunction (

PIOPIPES pipes,

int dialogID,

int feldID,

char * text,

int append

);

Related functions

IOchangeDialogFieldStatus