ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating requirements
The following steps must be performed to implement the requirements......
zipFindFile (Example)
Usage example of the zipFindFile function
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
ShellExecute (Function)
Opens a document in its associated application.
SQLReqExists (Function)
Checks the existence of a query.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SQLChangeConnection (Function)
Modifies the current connection.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
JSONToVariant (Function)
Converts a JSON string to a Variant variable.
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
CharactTypeCount (Function)
Returns the number of characters matching a given type.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed in parameter.
RGB (Function)
Defines a color from its Red, Green and Blue components.
Combination (Type of variable)
A combination is a set of options.
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.