ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
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.
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...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
grLabelFont (Function)
Modifies the font used for the category labels of a chart.
HNext (Function)
Sets the position on the next data file record according to a browse item.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
SQLModify (Example)
Usage example of the SQLModify function
HTTPGetResult (Example)
Usage example of the HTTPGetResult function
Note (Property)
The Note property is used to get and change a text associated with an element.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
HCross (Function)
Crosses a record in a data file.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
System constants
List of constants used by the system functions....
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
Library,Disk (External language)
Opens the project library that is stored on disk.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
ServiceControl (Function)
Sends a control message to a service.
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
btleCharacteristic (Type of variable)
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Dedicated Web server
When installing WEBDEV development version, if no Web server is available on the current computer, WEBDEV automatically installs one (IIS Express version 10). This server is automatically configured to work with WEBDEV....
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
fStopCompress (Example)
Usage example of the fStopCompress function