ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

zipOpen (Example)
Usage example of the zipOpen function
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
Sliding Banner control properties
The WLanguage properties can be used to handle ......
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
FTP constants
List of constants used by the FTP functions....
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
TreeDisplay (Function)
Refreshes a TreeView control from a given position.
HCreationIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
iForceComplement (Function)
Forces the printing of a Body Complement block.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
HFSQL Control Center: Overview
The HFSQL Control Center allows you to manage the different HFSQL databases (Network, Mobile, Client/Server) of an organization......
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
fLongPath (Example)
Usage example of the fLongPath function
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
NextTitle (Function)
Modifies the title of next window to open.
iCreateFont (Example)
Usage example of the iCreateFont function