ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified (with an hexadecimal editor for example).
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HDescribeLink (Function)
Describes a link between two data files through programming.
<Source>.Modify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HDescribeFile (Function)
Describes a data file programmatically.
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....
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Source>.StatCalculate (Function)
Performs various statistical calculations on the file keys.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
<Source>.Alias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
WDDeploy features
WDDeploy can be used to......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
The pages
Pages are the main interface of a WEBDEV site......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Sequence diagram
A sequence diagram represents the chronological order of messages sent and received by a set of objects......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.