ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

XLS file functions
List of functions for managing XLS files...
Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Linking a Scheduler control to a table or variable
You can create Scheduler controls directly linked to the data....
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
The .NET field 3.0, 4.0, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
RTF input field: Automation formatting toolbar
In RTF Edit controls, a formatting toolbar can now be automatically displayed when the control becomes editable......
Deploying an application that uses an external component
An application that uses one or more external components is deployed in the same way as a standard application......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
8. Windows in practice
Discover the main actions that can be performed on the windows....
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.Track (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
GglFile (Type of Variable)
The GglFile type allows you to know all the characteristics of a file from the Google software suite (Docs, Sheets, etc.).