|
|
|
|
- Checking the function
- Difference of message type
EmulateWarning (Function) In french: PiloteAvertissement
Not available
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
Remarks Difference of message type The order of the EmulateXXX functions must respect the display order of Error, Info, ... Otherwise, a fatal error will occur. Component: wd270testexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|