ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XLS file handling functions
List of functions for managing XLS files...
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
HSetLog (Function)
Enables or disables log management on a file.
2. Examples and components provided with WEBDEV
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
SQLTransaction (Example)
Usage example of the SQLTransaction function
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
CtDescribedOLEDBProvider (Property)
The CtDescribedOLEDBProvider property is used to get and set the name of the OLE DB provider (also called OLE DB server).
FolderData (Function)
FolderData is kept for backward compatibility.
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication....
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....
Constants for external files
List of constants used by the functions for managing external files....
User Groupware files
Two categories of data files are managed......
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
DnDGetData (Example)
Usage example of the DnDGetData function
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
5. Deploying a dynamic site (Session or AWP) in practice
Handling a control through programming in a report
All report controls can be handled through programming......
Type (Example)
Usage example of the Type property