ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
SSH constants
The following constants are used to manage an SSH server:...
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
HPass (Function)
Defines the password used to create or open a data file.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
Internal component
An internal component is a set of elements from a project......
Example for creating a select query
This help page explains how to create two select queries......
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
CheckBoxDelete (Function)
Deletes an option from a Check Box control.
DnDCursor (Example)
Usage example of the DnDCursor function
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Types of Edit controls
"?" menu
WINDEV proposes a help menu adapted to your applications......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
HNbRec (Example)
Usage example of the HNbRec function
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
fMoveFile (Function)
Moves a file from one directory to another.