ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 703: The property does not exist
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
RTFToText (Function)
Returns the text without the formatting characteristics specific to the RTF format.
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
IsNumeric (Function)
Enables you to find out whether a variable or a control is: a numeric (integer, real, currency or numeric). a string that can be converted into numeric....
HStatNbRec (Function)
Returns the number of entries for a given key item.
Error 24: No END statement is associated with this LOOP
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
NbThumbnail (Property)
The NbThumbnail property is used to get the number of thumbnails generated for an item.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Address
The Address keyword can correspond to...
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
Error 14: ELSE statement without IF