ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fRemoveDir (Function)
Deletes a directory from a disk.
Project Management Hub: Dashboard
The Project Management Hub groups all the details of the projects in a dashboard......
Position (Function)
Finds the position of a specified string within another string.
zipArchivedFile (Variable type)
The zipArchivedFile type is used to handle: a file contained in an archive corresponding to one of the following formats: ZIP, CAB, RAR, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ). a file to add into an archive....
1. Database schema: Database structure
When a WINDEV, WEBDEV or WINDEV Mobile project uses tables, it must be associated with a database schema....
StringReverse (Function)
Reverses the characters of a string.
docTabulation (Variable type)
The docTabulation type is used to define the characteristics of a custom tabulation.
StringInsert (Function)
Inserts a string into another character string at a given position.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
DnDCursor (Function)
Manages the mouse cursor and specifies the action allowed during Drag and Drop.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Decode (Function)
Decodes a character string that was encoded by Encode.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
fOpenTempFile (Function)
Creates and opens a temporary file.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
ExceptionInfo (Function)
Retrieves information about the current exception.