ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
Operations performed on class diagrams
The following paragraphs explain......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
HFSQL Control Center: Overview
The HFSQL Control Center is used to manage the different HFSQL databases (Network, Mobile, Client/Server) found in the company......
Open (Function)
Opens a modal WINDEV window.
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
HOpenConnection (Example)
Usage example of the HOpenConnection function
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
7. Multilingual sites in practice
REP files
REP files contain the list of data files handled by the application....
Body Complement block
The Body complement block is linked to the Body block......
fMoveFile (Function)
Moves a file from one directory to another.
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......