ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multiline strings
To type character strings over several lines in the code editor...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
grZoom (Function)
Defines the zoom of a chart.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
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.
Reals
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Open (Function)
Opens a modal WINDEV window.
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
iPrintBarCode (Function)
Prints a bar code (inside a rectangle).
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
Static control properties
List of properties associated with a Static control...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Caption (Property)
The Caption property is used to get and change the text of an element.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......