ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HJSONToRecord (Function)
Imports JSON data into the current record.
Describing the replication (ReplicEdit)
ReplicEdit is used to create a replication via a wizard, but the replication description window allows identifying or configuring additional parameters......
Using .NET assemblies in a project
To use .NET assemblies in a project......
5. Which type of server to choose?
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
API (Function)
Runs a function found in an external DLL.
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
HDescribeConnection (Function)
Describes a new connection to an external database.
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
Materialized view
<Source>.ImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
LDAP constants
List of constants used by the LDAP functions....
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Constants for SMS functions
List of constants used by the SMS functions....
New (Reserved word)
New is used to allocate memory space...
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.