ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
Constants for managing emails
List of constants used by the functions for managing emails....
Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
Constants for managing videos
List of constants used by the functions for video management....
SysIconAdd (Function)
Adds a system tray icon (in the lower-right corner of the screen).
xmlReader (Type of variable)
The xmlReader type is used to read an XML document without loading it in memory.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
Events associated with the Rating control
WINDEV, WEBDEV and WINDEV Mobile manage the following event by default......
StrikeOut (Property)
The StrikeOut property is used to: Determine whether the strikethrough formatting is applied to a Font variable. Apply strikethrough formatting to a Font variable....
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.