ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
FileSize (Property)
The FileSize property is used to get the size of a file.
<Source>.Add (Function)
Add: 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)....
SchedulerDeleteTask (Function)
Deletes a scheduled task.
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
sfConnection (Type of variable)
The sfConnection type is used to describe a connection to the Salesforce platform and to manage user authentication...
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
geoGetAddress (Function)
Retrieves an address or a list of addresses corresponding to the description of a geographic location.
grHMColor (Function)
Specifies the colors of different values in a Heatmap chart.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
HListLink (Function)
Returns the list of links (Merise) in the current analysis or in a specific analysis
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
fRead (Example)
Usage example of the fRead function
WEBDEV 2024 Tutorial - Table of contents
Constants for the archiving functions
List of constants used by the archiving functions....
Project (External language)
Opens and runs a WINDEV project.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
iMargin (Function)
Defines the "logical" print margins.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.