ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

7. Source Code Manager (SCM)
HImportText (Function)
Imports a Text file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
ERR_NO_END_TAG
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
Push notification: iOS configuration
To use the Push notifications in iOS, you must have a Google account and you must perform a specific configuration......
Typing multilingual texts
For a multilingual application, you have the ability to......
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
4. Create a page in the editor...
2. Modes to install an application
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
Telemetry management functions
The following functions are used to manage the telemetry:...
Constants for telemetry management
Constants for telemetry management...
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
TableListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
<TreeView Table>.ListChild (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView Table control.
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
SCM: Retrieving changes made in a branch
Any changes made in a branch can be retrieved in the main version of the application......
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
The indexed controls
A control is an indexed control if it contains several controls with the same name......