|
|
|
|
|
- Checking the function
- Difference of message type
EmulateConfirm (Function) In french: PiloteConfirmer Emulates the next call to Confirm and automatically clicks the button passed as parameter.
EmulateConfirm(Yes)
SWITCH Confirm("Souhaitez-vous enregistrer les modifications ?")
CASE Yes
CASE Cancel
END
Syntax <Button>: Integer constant Indicates the button that will be clicked in the Confirm window: | | Cancel | Click on [CANCEL] | 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|