AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de emulación
  • Checking the function
  • Difference of message type
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Emulates the next call to OKCancel and automatically clicks the button passed as parameter.
Example
// Automatically close the next OKCancel dialog box
// The answer on which the click will be performed is OK
EmulateOKCancel(True)
 
// Process
// ...
 
SWITCH OKCancel("Do you want to save the modifications?")
CASE True
// Save the modifications
CASE False
// Cancel the modifications
END // The message is automatically closed via a click on OK
Syntax
EmulateOKCancel(<Button>)
<Button>: Integer constant
Indicates the button of the OKCancel window on which the click must be performed:
FalseClick on [CANCEL]
TrueClick on [OK]
Remarks

Checking the function

The existence of an emulating function (EmulateWarning, EmulateError, EmulateInfo, ...) is checked during the call to the associated dialog function (Warning, Error, Info, ...).

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: wd290testexe.dll
Versión mínima requerida
  • Versión 11
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 03/07/2023

Señalar un error o enviar una sugerencia | Ayuda local