ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
Project portfolio
From version 25, you can create "project portfolios"......
6. Chart and Pivot Table
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
Error 122: The name of an Automation object must be a string
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
Image drawing and processing functions
List of image drawing and processing functions...
Remote WEBDEV administrator: Importing the statistics
The remote WEBDEV administrator proposes a module for managing the statistics. This module is used to import the statistics of a site....
ReplicAdmin: Overview
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
HAddScheduledBackup (Function)
Adds a scheduling for full backup (with or without differential backup) on the server defined by the connection.
NewRecord (Property)
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.