ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing bar codes
The use of bar codes to identify and manage products has become essential...
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
OpenMobileWindow (Function)
Opens a window in a mobile application.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
Events associated with the columns (Table control)
List of events associated with the columns of Table controls...
Character strings
WLanguage supports different types of strings....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
LoadProcedure (Function)
LoadProcedure is kept for backward compatibility.
CertificateSignString (Function)
Creates the signature of a character string.
fOpen (Example)
Usage example of the fOpen function
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
2. Performance profiler
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 2 - Performance profiler - 15 min
14. Managing the "Back" button in practice
CharactType (Function)
Returns information about the type of character.
Multilingual feature in the controls (window, page, report)
In a multilingual application or site, the multilingual feature is proposed for the following elements......
MyParent (Reserved word)
MyParent is used to handle...
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
13. External component in practice
External component in practice...