ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing the programming errors
The security mechanism of WLanguage is enabled when a programming error occurs in an application......
12. Control templates
WINDEV Mobile allows you to create control templates....
11. Internal components in practice
Internal components in practice...
Setup mode
Several methods can be used to distribute a WINDEV application......
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)......
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Query
A query is used to interrogate a database in order to view, insert, modify or delete data......
Configuring Reports & Queries
Reports & Queries is used to......
ScrollbarPosition (Function)
Used to manage the position of scrollbars: Modifies or retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WINDEV or WINDEV Mobile application. Retrieves the position of one of the horizontal or vertical scrollbars found in a control of a WEBDEV site....
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....
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Select query description window: Use
Let's see some operations specific to the description window of a select query......
WinEditMode (Property)
The WinEditMode property is used to determine and configure the actions allowed on a window and its controls when the window switches to "UI modification by end user" mode.
Managing assertions
...The main available features are as follows:...
5. Site test in practice
ERR_NO_CURRENT_PAGE
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites......
Google Analytics functions
HFSQL management functions (prefix syntax)
List of functions for HFSQL management...
Error 1014: The access to the member of the class is restricted by a private inheritance
2. Analysis in practice
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......