ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Configuring the setup program
Two tools can be used to create a setup program......
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....
Project Management Hub: Managing tasks
The Project Management Hub allows you to define the different tasks assigned to each project contributor......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
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.
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
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....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
HPass (Function)
Defines the password used to create or open a data file.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......