ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Z-index of a control
All the controls in a window or report have a different z-index......
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
FTPProxy (Function)
Specifies whether the communication functions that use FTP must go through a proxy to run their requests.
<Document variable>.EndModification (Function)
Indicates the end of a series of actions performed in a Document variable in a single event ("undo/redo")....
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
SpreadsheetEndModification (Function)
Indicates the end of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Deployment package
The deployment package creates a ZIP file containing the site's setup......
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
Example for creating a select query
This help page explains how to create two select queries......
Programming the browsing Looper controls
These are the main concepts for programming data-bound Looper controls......
HTTPRequest (Function)
Starts an HTTP request on a server.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......