ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code Editor control events
Returns the list of applications on a WEBDEV Application Server, for a given account and a given type....
Assignment operators
Three assignment operators are available......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Events associated with the project
List of events associated with the project...
HSynchronizeReplica (Function)
Synchronizes master and subscriber replicas: operations performed on one replica are transferred to the other.
LoadParameter (Function)
Reads a persistent value.
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
Cookie (Variable type)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
InTestMode (Function)
Indicates whether the application or the site is started: from the WINDEV or WEBDEV editor, from the executable or browser. from the WEBDEV administrator....
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFConvertLead (Function)
Converts the leads.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
EmailStartNotesSession (Function)
Allows you to access the data handled by the Lotus Notes messaging (emails, contacts, groups of contacts, tasks, appointments).
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
iParameterPDF (Example)
Usage example of the iParameterPDF function