ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enumeration (Type of variable)
An enumeration is a set of values......
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
NumberDisplayedPage (Property)
The NumberDisplayedPage property is used to identify and change the number of the page currently displayed in the PDF Reader or Word Processing control.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Table,Insert (External language)
Inserts an element into a table at a given position.
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Manipulating Combo Box controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Types of Edit controls