ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users...
Convert your WINDEV applications into websites
A widespread need today is to transform Windows applications (or parts of applications) into dynamic websites...
Steps to develop an application
This diagram presents the different steps for developing an application with WINDEV...
"About" window
The "About" window is used to display and access various information about the current application...
"?" menu
WINDEV proposes a help menu adapted to your applications...
.NET application
To create a.NET application from a project...
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
FAA: Did you know?
Our surveys show that end users love AAFs (Automatic Application Features) and that these AAFs increase their satisfaction and efficiency when using the applications...
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools...
History of versions
The history of setup versions is an advanced feature of the network setup...
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
fSeek (Function)
Gets and sets current position in an external file.
Source (Property)
The Source property can be used on: a Chart control: in this case, the Source property is used to get the source of the series: Table column, list of values, ... a connection: in this case, the Source property is used to get or set the source of a connection (HFSQL Client/Server, OLE DB, etc.)....
INIRead (Example)
Usage example of the INIRead function
dbgWriteWarningAudit (Function)
Writes a custom runtime warning into the dynamic audit.
SchedulerChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
DescribedName (Property)
The DescribedName property is used to handle the logical name of HFSQL data files (ignoring possible changes made by HAlias).
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
Automatic management of exceptions
The management of exceptions can be customized by process......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
SchedulerDeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
PhysicalName (Property)
The PhysicalName property is used to manage the physical name of HFSQL data files.
SchedulerDeleteResource (Function)
Deletes a resource from a Scheduler control.
Bluetooth functions
List of Bluetooth functions...
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.