ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
MenuState (Function)
Identifies the state of an option in a context or drop-down menu, i.e., active, disabled or invisible.
Manipulating menu options programmatically
Menu options can be manipulated...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
MenuExist (Function)
Indicates whether a menu option exists in a menu.
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Referring to an element in a WLanguage event / process
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
ScreenToSource (Function)
Automatically initializes: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Printing in WLanguage
WINDEV, WEBDEV and WINDEV Mobile propose several print methods......
grAxisTitle (Function)
Defines the title of X-axis and the title of Y-axis in a chart.
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
HCheckStructure (Function)
Defines the mode for comparing data files.
gglInstantMessaging (Type of variable)
The gglInstantMessaging type is used to describe and modify the characteristics of the instant messaging used by a contact...
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
MarkerImage (Type of variable)
The MarkerImage type is used to customize the image associated with a marker or a marker cluster displayed in a Map control.
Events associated with framesets
List of events associated with framesets...
HAddUser (Function)
Adds a user to a database.
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Properties associated with a TreeMap element
The following properties can be used with an element of a TreeMap control......
WiFiSelectNetworkCard (Function)
Selects the Wi-Fi network card that will be used for the next calls to the WiFi functions.
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
Assignment operators
Three assignment operators are available......