ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Open (External language)
Opens a window.
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms...
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
Handling a Sliding Banner control through programming
A Sliding Banner control can be handled through programming......
Using the query result
The result of a select query can be used in......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical module. This account can be created via the remote administrator....
Automatic update (Network applications)
This step of the wizard allows managing the automatic updates of the applications from the reference server....
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
Printing a report on one of the printers connected to the Web Server
To print a report on one of the printers connected to the Web server, you must......
iTransparentMagenta (Function)
Modifies the management mode of Magenta color in order for this color to be considered as being transparent (or not) in all the forthcoming prints.
AutoRunDelete (Function)
Stops the automatic execution of a WINDEV application.
AutoRunAdd (Function)
Allows you to automatically start a WINDEV application when a specific event occurs.
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Image catalog
As soon as an image can be used (in a control, in a window, in a report, ......
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
fTempDir (Function)
Returns the name of directory used to store the temporary files.
fLoadResource (Function)
Loads the content of a resource from a library.
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
fTempPath (Function)
Returns the name of directory used to store the temporary files.
fCreateLink (Function)
Creates a link on a file at the specified location.
fDriveReady (Function)
Determines: if a given drive (storage card, CD or DVD) is available, whether the drive exists....
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
fTempFile (Function)
Returns the name of a unique temporary file.
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....