ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Environment of code editor
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
NbKeyItem (Property)
The NbKeyItem property is used to get the total number of key items (including composite keys) in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
WLanguage procedure called by fListDirectory
Procedure ("Callback") called by fListFile for each file found.
WLanguage procedure called by FTPListFile
Procedure ("Callback") called by FTPListFile for each file found.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
tapiPlay (Function)
Plays a sound file (.WAV) for the specified line.
HChangeConnection (Function)
Dynamically changes the connection associated with a data file.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
fSeek (Function)
Gets and sets current position in an external file.
<Source>.CancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the data file is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
ScanList (Function)
Lists the scanners connected to the current computer.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
HPass (Function)
Defines the password used to create or open a data file.
WLanguage properties available in PHP
The following properties are available in PHP...
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......