ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Toolbar functions
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
Transforms a docked Toolbar control into a floating Toolbar control. This function has no effect if the Toolbar control is already "floating".
Example
TBAR_Toolbar1.Undock(10, 10)
Syntax
<Toolbar control>.Undock([<X> , <Y>])
<Toolbar control>: Control name
Name of Toolbar control to use.
<X>: Optional integer
New X-coordinate of the upper-left corner of Toolbar control. This X-coordinate is equal to 0 by default. This position is relative to the client area origin in the parent window of the Toolbar control (the client area corresponds to the window without title bar, menu bar and border).
<Y>: Optional integer
New Y-coordinate of the upper-left corner of Toolbar control. This Y-coordinate is equal to 0 by default. This position is relative to the client area origin in the parent window of the Toolbar control (the client area corresponds to the window without title bar, menu bar and border).
Remarks
The keyword MyWindow must not be used:
  • in the events associated with the Toolbar control.
  • in the events associated with the controls in the toolbar.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help