ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support 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...
Image (Property)
The Image property gets and sets the background image of a control or block.
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.
Referring to an element in a WLanguage event / process
Manipulating menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ...
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
RESTSend (Function)
Sends a REST request and waits for the server response.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
<fbSession variable>.Request (Function)
Sends an HTTP request to the Facebook Graph API.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<Spreadsheet>.MergeCell (Function)
Merges specified or selected cells in a Spreadsheet control.
<emailNotesSession variable>.SendMessage (Function)
Sends an email using the Lotus Notes protocol.
SysNotificationSend (Function)
Sends an interactive notification to the system in order to be displayed.
SpreadsheetMergeCell (Function)
Merges specified or selected cells in an Spreadsheet control.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
DDESend (Function)
Sends a data to the program connected via DDE.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
HSetMemo (Function)
Used to modify the management mode of memo items.
SMS functions
List of SMS functions...
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
<Notification>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
WDINT overview