ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
RadioButtonInsert (Function)
Inserts a new option into a Radio Button control.
Serialization constants
The serialization constants are as follows:
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Note (Property)
The Note property is used to get and change a text associated with an element.
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
GglDriveConnect (Function)
Creates a connection to Google Drive.
zipDeleteFile (Function)
Deletes a file from an archive.
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
xmlAttribute (Variable type)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
MemoryFormat (Property)
The MemoryFormat property gets and sets the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static Text controls. editable combo boxes. table columns displayed by combo boxes....
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....