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
Display constants used by prefix syntaxes only
The following constants are used to manage the Toolbar controls:
ConstantDescriptionUsed by the functions
barDownThe toolbar is anchored to the bottom of the main window.ToolbarDock
ToolbarPosition
barLeftThe toolbar is anchored to the left of the main window.ToolbarDock
ToolbarPosition
barRightThe toolbar is anchored to the right of the main window.ToolbarDock
ToolbarPosition
barUndocked"Floating" toolbar.ToolbarDock
ToolbarPosition
barUpThe toolbar is anchored to the top of the main window.ToolbarDock
ToolbarPosition
The following constants are used to manage Toolbar controls (prefix syntax):
ConstantDescriptionUsed by the functions
barDownThe toolbar is anchored to the bottom of the main window.<Toolbar>.Dock
<Toolbar>.Position
barLeftThe toolbar is anchored to the left of the main window.<Toolbar>.Dock
<Toolbar>.Position
barRightThe toolbar is anchored to the right of the main window.<Toolbar>.Dock
<Toolbar>.Position
barUndocked"Floating" toolbar.<Toolbar>.Dock
<Toolbar>.Position
barUpThe toolbar is anchored to the top of the main window.<Toolbar>.Dock
<Toolbar>.Position
Minimum version required
  • Version 10
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help