ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
MenuSelectPlus (Function)
Enables a menu option (popup menu or drop-down menu).
List,Insert (External language)
Inserts an element at the given index of a drop-down or expanded list.
grLoadParameter (Function)
Restores the parameters used to draw a chart.
<Chart>.LoadParameter (Function)
Restores the parameters used to draw a chart.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
MenuAddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
MenuInvisible (Function)
Makes a menu option invisible (popup menu or drop-down menu).
Drawer control properties
List of properties associated with the Drawer control...
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Collapsed (Property)
The Collapsed property is used to: get or define the state (collapsed or expanded) that will be used when rows are added to a TreeView Table control. find out or modify the collapsed/expanded status for: the breaks of a Table control, the breaks of a Looper control, the break headers and footers of Table and Looper controls, a Drawer control, a Ribbon control, a Navigation Bar control. a Pivot Table control in a report....
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
<Menu>.AddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Linux)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (popup menu or drop-down menu).
Constants for managing drop-down menus
List of constants used by the functions for managing menus....
Programming a WEBDEV drop-down menu
Once the drop-down menu of your site is created, all you have to do is associate an action with each menu option......
MenuState (Function)
Identifies the state of a menu option (context menu or drop-down menu): active, inactive or invisible.
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
dArc (Example)
Usage example of the dArc function
MenuIsMarked (Function)
Used to find out whether a checkmark is displayed in front of a menu option (popup menu or drop-down menu).