ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

zipAddFile (Function)
Automatically adds and compresses any type of file into a CAB, ZIP, WDZ, 7z, TAR, gzip or TGZ (TAR.GZ) archive.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
DnDForce (Function)
DnDForce is kept for backward compatibility.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
LooperDeleteAll (Function)
Deletes all rows from a Looper control populated programmatically.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
NextTitle (Function)
Modifies the title of next window to open.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
StringInsert (Function)
Inserts a string into another character string at a given position.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.