ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Miscellaneous Windows functions
List of miscellaneous Windows functions
Windows Scheduler functions
List of functions for managing the scheduler
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...
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
(No title )
SNMP functions
List of SNMP functions
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
fRead (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content...
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor,...
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified...
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
grPieStartAngle (Function)
Indicates the start angle of first section in a Pie chart, Semi-circular chart or Donut chart.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change...
Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
BrowserName (Function)
Returns the name of the browser of the Web user ("user agent").
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string...
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
Map control properties
The following properties can be used with Map controls:...
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
2. Development
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
The PDF Reader control
The "PDF Reader" control is an advanced control that allows end users to view PDF documents...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic...
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management...
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
ControlClone (Function)
Creates a new control from an existing control.
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location...
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).