ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LOOP statement
The statement block is repeated endlessly...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Using the Wi-Fi
WINDEV and WINDEV Mobile propose the WiFi functions to easily access the Wi-Fi networks......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
ExecuteRefreshUIParent
Immediately executes the "Request for refreshing the display" event of the parent.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
NoteTitle (Property)
The NoteTitle property is used to: Get the title of the notes used in the technical documentation of a control, window, page or report. Change the title of the notes used in the technical documentation of a control, window, page or report....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
ProjectInfo (Function)
Returns specific information about the project currently run.
Handling report blocks
The different operations available on report blocks are as follows......
AJAXExecuteAsynchronous (Function)
Runs a server procedure without refreshing the page.
iInitReportQuery (Function)
Initializes the query linked to the report (for a query with parameters).
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Interacting with the user
WINDEV, WEBDEV and WINDEV Mobile allow you to communicate with the user via dialog boxes......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Miscellaneous Windows constants
List of constants used by the Windows functions....
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.