ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
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......
XLS file handling functions
List of functions for managing XLS files...
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
LooperAddLine (Function)
Adds a row at the end of a Looper control.
User Groupware files
Two categories of data files are managed......
Constants for external files
List of constants used by the functions for managing external files....
DnDGetData (Example)
Usage example of the DnDGetData function
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
CtUserName (Property)
The CtUserName property is used to set the username that will be used when connecting to a specific table via OLE DB.
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....
HCreation (Function)
Creates an empty table (file extension ".FIC") with index file, full-text index file and memo file if required.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
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......
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
2. Deploying a website via HTTP
WEBDEV Tutorial - Website deployment Lesson 2 - Deploying a website via HTTP - 30 min
Type (Example)
Usage example of the Type property
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
5. Deploying a dynamic site (Session or AWP) in practice