ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
HFileExist (Example)
Usage example of the HFileExist function
HErrorInfo (Example)
Usage example of the HErrorInfo function
HDelete (Function)
Deletes a record from a data file (query or view).
SaaSAdminAddService (Function)
Adds a SaaS service into the description of a site.
HNbRec (Example)
Usage example of the HNbRec function
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HMergeView (Example)
Usage example of the HMergeView function
HChangeName (Example)
Usage example of the HChangeName function
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
SaaSAdminPricingDisableService (Function)
Disables a service in a SaaS pricing.
ModbusDisconnect (Function)
Closes the Modbus session.
HListItem (Example)
Usage example of the HListItem function
Assisted universal replication through programming
The assisted replication through programming is used to implement a replication on an existing application while controlling the synchronization in the application itself......
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....
SaaSAdminPricingEnableService (Function)
Enables a service in a SaaS pricing.
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Data model editor: Describing a connection
Any program developed with WINDEV, WEBDEV or WINDEV Mobile can easily access......
Installing an application: single-user or network setup?
WINDEV proposes several types of setup for a WINDEV application......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Phone management functions
List of functions for phone management...
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.