ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MenuState (Function)
Identifies the status of a menu option (context menu or drop-down menu): active, inactive or invisible.
<Menu>.Delete (Function)
Deletes a menu or a menu option.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu...
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
MenuUnMark (Function)
Removes the checkmark displayed in front of the menu option (context menu or drop-down menu).
Image (Property)
The Image property gets and sets the background image of a control or block.
MenuDelete (Function)
Deletes a menu or a menu option.
<Menu>.Exist (Function)
Indicates whether a menu option exists in a menu.
MenuExist (Function)
Indicates whether a menu option exists in a menu.
Manipulating menu options programmatically
Menu options can be manipulated...
InfoBuild (Function)
Displays a custom message in a system information window.
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
Rating control properties
The Rating control can be used in a window as well as in a page....
Properties associated with a supercontrol
List of properties associated with a supercontrol...
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Reduce (Function)
Applies a computation to each element of a WLanguage array.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Events associated with Tab controls
List of events associated with Tab controls...
Managing contacts (mobile devices)
In your mobile applications, you have the ability to directly manage the contacts of your mobile device (Android, iPhone, iPad, Universal Windows)....
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
Sound (Function)
Plays a sound in WAV format.
FTPListFile (Function)
Lists the files (and/or the directories) found in a directory of an FTP server and returns the number of listed files (and/or directories)....
gglConnection (Type of variable)
The gglConnection type is used to describe a connection to the Google services and to manage the authentication to different services...
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Sliding Banner control properties
The WLanguage properties can be used to handle ......
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
Constants for telemetry management
Constants for telemetry management...
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.