ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Converting C types
Depending on the type of programming, it may be useful to know the correspondence between the types used in C and the types used in WLanguage......
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
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....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
zipCreate (Function)
Creates an archive.
Question edit wizard
When typing a new message intended to the end user, WINDEV or WINDEV Mobile automatically displays the following window......
HCopyRecord (Example)
Usage example of the HCopyRecord function
Warning (Function)
Displays a custom message in a system warning window.
ErrorWithTimeoutAsynchronous (Function)
Displays a custom error message in a non-blocking system error window for a given amount of time.
ErrorWithTimeout (Function)
Displays a custom error message in a system error window for a set amount of time.
Managing assertions
...The main available features are as follows:...
WDAdminHF: Managing the server
During the connection to the remote HFSQL administrator, you must specify the HFSQL server that will be taken into account......