ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Check Box control
A Check Box can correspond to...
State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxAdd (Function)
Adds a new option into a Check Box control.
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options...
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
<Check box>.Add
Adds a new option into a Check Box control.
<Check box>.Insert (Function)
Inserts a new option into a Check Box control.
CheckBoxInsert (Function)
Inserts a new option into a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
<Check box>.Delete (Function)
Deletes an option from a Check Box control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
KanbanDeleteList (Function)
Deletes a list from a Kanban control.
<Window>.EdCreateNote (Function)
Creates a Repositionable Note control.
SilverLight control properties
List of properties associated with the SilverLight control...
Flex control properties
The Flex control can be handled by the WLanguage properties in server code and in browser code......
KanbanMoveCard (Function)
Moves a card in a Kanban control.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
DashSaveConfiguration (Function)
Saves the configuration of a Dashboard control in string format.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
The Static control
A Static control is a control used to display a static text......
Project image gallery
The project image gallery allows viewing all the images of a project in a single click......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Characteristics of non-maximized windows
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Select query description window
The description window of a select query includes several sections......
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
WorkingDirectory (Property)
The WorkingDirectory property is used to: get or change the directory used by the HTML Editor control to store the images and CSS sheets of an HTML page. get the directory used by the HTML Display control to store the images and CSS sheets of an HTML page. get the directory used by the Camera control to save photos and videos....
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....