ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LocalStorageValueName (Function)
Returns the name of a value for the local storage.
Passing parameters
The parameters can be passed to a procedure......
Creating the executable and the setup program
WINDEV Tutorial - Deploying an application Creating the executable and the setup program - 30 min
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
FinNetCurrentVal (Function)
Returns the net current value of investment.
HSL (Function)
Creates a color from its hue, saturation and lightness.
AddChildDelayed (Property)
The AddChildDelayed property indicates the procedure to be called when a row in a TreeView or TreeView Table control is clicked to be expanded.
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
AddLink (Function)
Adds a link to a text section in an edit control.
BreakAdd (Function)
Adds a break into a Table or Looper control.
RegexReplace (Function)
Replaces all the parts of a string that follow a specific format.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
USBFind (Function)
Finds a USB device according to keywords.
Selecting the files to install and the installer framework
The setup wizard allows you to: Select and configure the files to install. This step is very important. Specify the WINDEV framework used by the installer....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.