ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
9. Types of standard controls
Types of standard controls...
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
dFill (Example)
Usage example of the dFill function
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
iOS specific buttons
WINDEV Mobile includes several standard Apple buttons......
The Chart control
The "Chart" control is used to display a chart in windows, pages and reports......
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
Events associated with Calendar controls
List of events associated with Calendar controls...
Check Box control: Automatic features (AAF)
The Check Box control can benefit from several AAFs (Automatic Application Features) ......
The HTML control
The HTML control displays HTML pages or HTML code......
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
The Dashboard control
Dashboards are essential elements in an application......
Style of a control
As soon as it is created, a control is associated with a style......
The different states of a Button control in a window
In WINDEV or WINDEV Mobile applications, Button controls can have multiple states......
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......