ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
WDAdminHF: Server management
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
5. Deploying a dynamic site (Session or AWP) in practice
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Programming standard errors
Programming standard errors inform you of potential problems detected when saving windows, pages, reports or when recompiling the project......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
ControlClone (Function)
Creates a new control from an existing control.
Scheduler control properties
A Scheduler control can be manipulated in WLanguage both in a window and in a page with the following properties....
HFSQL Control Center: Refreshing materialized views
The Control Center allows you to implement a mechanism for regularly refreshing the content of a materialized view......
<Organizer>.Display (Function)
Reinitializes the content of an Organizer control from its data source (HFSQL data file for example).
The Chart control: Characteristics in the editor
Regardless of the type of chart displayed in the Chart control, all its characteristics can be configured via its description window......
<zipArchive variable>.CreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
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....
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.