IOchangeDialogFieldStatus

Top  Previous  Next

Activate / deactivate from dialogue fields.

In dialogue boxing single fields can be activated or be deactivated (grey shown). Then deactivated fields are not usable any more. With this function the fields can be activated or be deactivated.

Parametre

pipes (PIOPIPES) [IN]

The trading pipes gives the issue canal.

dialogID (int) [IN]

With dialogID the suitable dialogue window is determined.

itemID (int) [IN]

itemID calls the field within the dialogue window whose status should be changed.

status (int) [IN]

With both constants described below the field can be activated or be deactivated.

Result

---

Declaration

#include "ausgabe.h"

 

void DLLENTRY IOchangeDialogFieldStatus (

PIOPIPES pipes,

int dialogID,

int itemID,

int status

);

Constants

DIALOG_STATUS_HIDE_FIELD 1

DIALOG_STATUS_SHOW_FIELD 2

Related functions

IOchangeDialogFunction

IOchangeDialogFieldStatusEx