ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Emulation functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Emulates the undocking of a pane in a Dynamic Tab control.
Example
// Undocks the "Alias_1" pane from the TAB_Tab control
EmulatePaneUndock(TAB_Tab, "Alias_1", 105, 3)
Syntax
EmulatePaneUndock(<Control name> , <Alias> , <X> , <Y>)
<Control name>: Character string
Name of the Dynamic Tab control from which the pane must be undocked.
<Alias>: Character string
Alias of the pane to undock from the associated Dynamic Tab control.
<X>: Integer
X-coordinate at which the pane must be positioned.
<Y>: Character string
Y-coordinate at which the pane must be positioned.
Remarks
This function must be used in the code of automated tests only.
Component: wd300testexe.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help