SYSprintErrorAuto

Top  Previous  Next

Are economical to an announcement to an object.

The function spends an announcement either in the issue window or as a dialogue box which contains an error text beside the object data. With the help of this announcement the object can be found.

Parametre

obj (PANY) [IN]

Act of the object or element whose data should be indicated.

msgart (int) [IN]

Classification of the announcement as a warning, mistake... One of the constants MSG_ART_ *, especially MSG_ART_FEHLER, MSG_ART_WARNUNG, MSG_ART_HINT.

error (const char *) [IN]

Description of the mistake.

wrn (const char *) [IN]

Text for the announcement box, e.g., "warning" or "mistake"

Result

---

Remark

This is a macro to SYSprintError

Declaration

#include "system.h"

 

void DLLENTRY SYSprintErrorAuto (

PANY obj,

int msgart,

const char * error,

const char * wrn

);