ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer a Native Connector for MySQL...
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
HState (Function)
Used to find out the state of a record.
MessTranslate (Function)
Retrieves a message found in the code of a program in the current language.
HChangeName (Function)
Modifies the physical name of a data file.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HLinkMemo (Function)
Used to associate a file with a binary memo item or to cancel the existing link between a file and a binary item.
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
LanguageToCharset (Function)
Returns the character set corresponding to a language.
Creating an executable: Managing manifests
When running an executable, Windows Vista (and later) performs several checks regarding the rights of the current user via the UAC mechanism (User Account Control)......
HReadFirst (Function)
Sets the position on the first record according to a browse item.
WINDEV concepts
HPrevious (Function)
Positions on the previous file record according to a browse item.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Programming patterns
CAUTION......
HDelete (Function)
Deletes a record from a data file (query or view).
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....
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
HOpen (Function)
Opens a data file.
Managing space characters in the searches?
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
Project description: Files tab
The project description window allows you to configure various elements of your project......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.