ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
5. User Groupware in practice
<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.
fDelete (Function)
Deletes a file accessible from the current computer.
fFileName (Function)
Returns the name of an external file that is currently opened.
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.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
<DiskFile variable>.Close (Function)
Closes an external file.
Color (Property)
The Color property is used to get and change the color of an element.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Handling the versions of a window, report, query or project
When creating and developing the different elements of a project (window, query, report, project, ......
<Source>.Close (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
fClose (Function)
Closes an external file.
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
<Source>.FileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
5. User Groupware in practice
fCreate (Function)
Creates an external file.
<Variable DiskFile>Create (Function)
Creates an external file.
How to read in a text or CSV file?
This help page explains how to read the content of a text or CSV file....
ComboOpen (Function)
Expands the list of a Combo Box control (single-column or multi-column Combo Box).