ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
New features in WINDEV Mobile 2025
WINDEV Mobile 2025 is available!
WINDEV Mobile 2025: New WLanguage features
In version 2025, new functions, properties and data types have been introduced and some have been improved, ...
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
WINDEV Mobile 2025 Tutorial - Table of contents
WINDEV Mobile overview
WINDEV Mobile is a development environment for PC that allows you to develop ...
Various functions
List of various functions found in WINDEV, WINDEV Mobile and WEBDEV.
Easier navigation in the editors
The navigation in the editors is simplified by the presence of a new dynamic navigation bar, enabled by [CTRL] + [TAB]...
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user...
HTTPCreateForm (Function)
Creates an HTTP form.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
HListItem (Example)
Usage example of the HListItem function
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
ExceptionInfo (Function)
Retrieves information about the current exception.
grType (Function)
Identifies or modifies the type of chart.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Power (Function)
Raise a number to a power.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
XMLData (Example)
Usage example of the XMLData function
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ServiceStop (Function)
Stops a service.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Sort (Function)
Sorts a WLanguage array.
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
ServiceStart (Function)
Starts a service.
SQLExec (Example)
Usage example of the SQLExec function
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....