ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Toolbar functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Display only constants used by prefix syntaxes
The following constants are used to manipulate 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 manipulate 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: 09/20/2024

Send a report | Local help