ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
SpreadsheetListWorksheet (Function)
Returns the list of worksheets found in a Spreadsheet control.
Making a backup of a project
It is possible to regularly make a backup of the different elements of a project......
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web service implementing the OAuth 2.0 standard.
HRead (Function)
Reads a record in a file according to a given record number.
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
WDADMINEXE : Information about last available update
The "Setup" tab of WDADMINEXE contains information regarding the last available update of the application......
18. Management of business rules
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
19. Upload: Sending files to the server
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......
.NET application
To create a.NET application from a project......
WinEdSave (Function)
Saves the changes made when the "Modification of UI by the end user" mode is enabled.
WinEdRestore (Function)
Undoes all the changes made by the end user ("Allow end users to modify the UI" option enabled).
<Spreadsheet>.AddName (Function)
Specifies a name to identify a cell found in a Spreadsheet control.
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
3. Project dashboard
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
KeyExpression (Example)
Usage example of the KeyExpression property