|
|
|
|
|
- Checking the function
- Difference of message type
EmulateWarning (Function) Emulates the next call to Warning and automatically clicks the "OK" button. // Automatically close the next Warning dialog box EmulateWarning()
// Process // ...
Warning("The operation was not validated" + CR + ... "Contact the application manager") // The message is automatically closed
Observaciones Difference of message type The order of functions EmulateXXX must respect the display order of functions Error, Info, ... Otherwise, a fatal error will be triggered. Componente: wd300testexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|