ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Repairing the analysis
In some cases, an error message may appear when opening the analysis linked to a project......
Conversion (Function)
Converts a value from a unit to another one.
Val (Function)
Returns the numeric value of a character string.
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
Error 20: The variable of the FOR loop should be a real
Global procedure/function
A global procedure can be used in all the processes or events of the project....
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
<Source>.Reset (Function)
Initialize: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
Report based on a query
Queries are used to easily select records in one or more data files......
Error 122: The name of an Automation object must be a string
Creating an action plan
The action plans group all actions that will be performed by the software factory....
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Zoom (Property)
The Zoom property gets or sets the zoom value: in an Image control. in a Map control. in an Organization Chart control. in a Table, TreeView Table, Pivot Table, Spreadsheet or List Box control. in a Word Processing control. in a PDF Reader control. in a Camera control. in a Diagram Editor control; in a window....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
ERR_DISCONNECTED_TIMEOUT
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
<Source>.ReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file......