|
|
|
|
|
- Checking the function
- Difference of message type
EmulateYesNo (Function) In french: PiloteOuiNon Emulates the next call to YesNo and automatically clicks the button specified as parameter.
EmulateYesNo(Yes)
SWITCH Confirm("Souhaitez-vous enregistrer les modifications ?")
CASE Yes
CASE No
END
Syntax <Button>: Integer constant Indicates the button that will be clicked in the YesNo window: | | No | Click on [NO] | Yes | Click on [YES] |
Remarks 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. Component: wd300testexe.dll
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|