ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
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
Indicates the display mode of a Toolbar control.
Reminder A toolbar field can be "floating" or anchored to the window edges by one of its sides.
Example
IF ToolbarPosition(BAR_Barre1) = barUndocked THEN
	ToolbarDock(BAR_Barre1, barLeft)
END
Syntax
<Result> = ToolbarPosition(<Toolbar control>)
<Result>: Optional constant
Position of the Toolbar control:
barDownThe Toolbar control is docked at the bottom of the main window.
barLeftThe Toolbar control is docked to the left of the main window.
barRightThe Toolbar control is docked to the right of the main window.
barUndocked"Floating" Toolbar control.
barUp
(Default value)
The Toolbar control is docked at the top of the main window.
<Toolbar control>: Control name
Name of Toolbar control to use.
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: wd300obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help