AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones de emulación
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 selection of a pane in a Tab, Ribbon or Sidebar control.
Example
// Select the 5th tab of the TAB_Tab control
EmulatePane(TAB_Tab, 5)
Syntax
EmulatePane(<Control> , <Pane number>)
<Control>: Character string
Name of the control to be used. This control must be a Tab, Ribbon or Sidebar control.
<Pane number>: Integer
Subscript of the pane to select.
Remarks
This function must be used in the code of automated tests only.
Component: wd290testexe.dll
Versión mínima requerida
  • Versión 20
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 06/04/2023

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