ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
GesturePosY (Function)
Returns the vertical position of the pointer (finger or stylus).
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
ThreadMode (Function)
Changes the management mode of threads.
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Programming an indexed control
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
Unalterable (Property)
The Unalterable property is used to configure the unalterability of a data file: the data file cannot be modified; only additions can be made.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Address (Property)
The Address property is used to: Establish a connection between the Conference control (and the associated stream) and the receiver. This property is equivalent to StreamConnect. Get the address of the last outgoing connection request....
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
grSaveParameter (Function)
Saves the parameters of a chart in the format of a compressed string.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Control constants
List of constants used by the functions for managing controls...
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.