ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Ribbon functions
  • How groups work
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
RibbonCloseGrouping (Function)
In french: RubanFermeRegroupement
Closes the group currently open in a Ribbon control.
Example
IF Length(EDT_InRibbon)>= 3 THEN
RibbonCloseGrouping()
END
Syntax
RibbonCloseGrouping()
Remarks

How groups work

In a Ribbon control, the small groups display an icon and an arrow used to open a popup that contains all the controls.
By default, this popup is closed:
  • when the user clicks a button,
  • when the user performs a selection in a Combo Box control.
To set a different action that closes the group (e.g., entering 3 characters), use RibbonCloseGrouping in the desired process.
Remark: If no popup is opened, RibbonCloseGrouping has no action and returns no error.
Component: wd290obj.dll
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help