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 integration of an undocked pane in the associated dynamic Tab control.
Example
// Integrates the "Alias_1" pane in the Tab control at 3rd position
EmulatePaneDock(TAB_MyDynTab, "Alias_1", 3)
Syntax
EmulatePaneDock(<Control name> , <Alias> , <Pane number>)
<Control name>: Character string
Name of the dynamic Tab control to which the pane must be attached.
<Alias>: Character string
Alias of the pane to integrate in the associated dynamic Tab control.
<Pane number>: Integer
Number corresponding to the requested position of the pane in the dynamic Tab control after integration.
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: 26/05/2022

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