ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
REST web service: Creating a REST web service
A REST web service is a program hosted on a server. This program contains functionalities accessible via HTTP requests......
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....
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Managing HFSQL Cluster
Methods for managing an HFSQL cluster and its databases....
Constants for managing the Image Editor control
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
5. Deploying a dynamic site (Session or AWP) in practice
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
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.
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)....
Managing space characters in the searches?
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
NULL values: Allowing nullable types
Starting with version 2024, you can allow nullable types in a WINDEV, WEBDEV or WINDEV Mobile project......