ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of the window editor
The main elements of window editor are as follows:
Options of the window editor
To configure the general options of the window editor...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
BTLE functions
The following functions are used to handle the Bluetooth Low Energy devices:...
fFind (Function)
Finds a character string or a buffer in a file opened by fOpen.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
fRename (Function)
Modifies the name of a file.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Sort (Function)
Sorts a WLanguage array.
Looper control functions
List of functions for managing Looper controls...
HAlias (Example)
Usage example of the HAlias function
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.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HCancelBackup (Function)
Cancels a current backup.
ServiceContinue (Function)
Restarts a paused service.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
Creating an executable: Language of the executable
When creating the executable, you have the ability to choose the languages that will be included in the executable......
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
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....
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
ProjectInfo (Function)
Returns specific information about the project currently run.
fRead (Example)
Usage example of the fRead function