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, ...
2025 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2025 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...
grLegendFont (Function)
Modifies the font used for the chart legend.
grLabel (Function)
Indicates various parameters of additional legend in a chart.
grInterval (Function)
Indicates the interval between values on the vertical and horizontal axis of a chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
grTitleFont (Function)
Modifies the font used for the chart title.
CurrentMonth (Function)
Returns the number of the current month.
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
ContactAdd (Example)
Usage example of the ContactAdd function
fExtractPath (Example)
Usage example of the fExtractPath function
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
fChangeExtension (Function)
Changes the extension of a file on disk.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
grAddData (Function)
Adds a data into a chart.
CurrentYear (Function)
Returns the current year in integer format.
KeyExpression (Example)
Usage example of the KeyExpression property
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
zipListFile (Function)
Returns the list of files found in an archive.
fCopyFile (Example)
Usage example of the fCopyFile function