ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iBorder (Function)
Prints a border at specified coordinates.
InitRandom (Function)
Initializes the generator of random numbers.
ErrorThrow (Function)
Throw a non-fatal error.
HUpdateLink (Function)
Updates on the server all the links of an HFSQL Client/Server table. Warning: This function is available only from WINDEV Suite SaaS 2025 Update 2. For more details, see Using new features exclusive to WINDEV Suite SaaS 2025....
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HDeactivateFilter (Function)
Temporarily disables the filter on a table (view or query).
DateDifference (Function)
Calculates the number of days between two dates.
ExceptionInfo (Function)
Retrieves information about the current exception.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
TimeToString (Function)
Converts a time to a string in the specified format.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
Complete (Function)
Returns a character string of a specified length.
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
The log process
...A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)...
HDescribeLink (Function)
Describes a link between two data files through programming.
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
EndProgram (Function)
Ends the execution of the current program.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
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....
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
DataBinding (Property)
The DataBinding property gets and changes the binding between a control and: a table item. a variable. several variables....