ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
Designing a supercontrol
A supercontrol is an advanced type of control......
Style of pages: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages......
ProgressBarExecute (Function)
Starts a long browser process and fill a Progress Bar via Ajax according to the progress of this process.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fCopyDir (Function)
Copies the contents of a directory and its subdirectories.
fWrite (Function)
Writes: a character string into an external file. a memory section....
zipOpen (Example)
Usage example of the zipOpen function
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Random (Function)
Returns a random number.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
InfoThumbnailGeneration (Property)
The InfoThumbnailGeneration property is used to determine if the thumbnails of an item have been generated successfully.
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications......
Component (Property)
The Component property configures the different components of a composite key.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
14. Managing the "Back" button in practice
Managing assertions
...The main available features are as follows:...
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
HTTPAddFile (Function)
Adds a file to the HTTP form.