ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
License agreement for WINDEV Mobile Express
License agreement of WINDEV Mobile Express...
Reserved WEBDEV Application Server - License Agreement
Reserved WEBDEV Application Server - License Agreement...
License agreement - HFSQL Client/Server
Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server......
HOnError (Function)
Customizes the management of HFSQL errors.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
HAccelerateSpeed (Function)
Reorganizes the internal structure of the indexes to optimize the speed for accessing the data.
WEBDEV Application Server - 10 connections - License agreement
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
Automation object
The Automation keyword is used to declare an automation object...
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files on the Web server......
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
HNext (Function)
Sets the position on the next data file record according to a browse item.
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
HTMLToRGB (Function)
Converts the HTML color into RGB color.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.