ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
<Spreadsheet>.InsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
PaletteGet (Function)
Gets the palette currently used by the project or window.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Running a query and handling the result in WLanguage
The selection of records performed by query is not necessarily displayed in a report, in a window, ......
ParentObject (Function)
Identifies the "parent" of a graphic object: field, column, window, page, etc.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
2. Projects in practice
Discover the main operations that can be performed on a project....
NoteCreate (Function)
Creates a Repositionable Note control in the curernt window through programming.
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.