ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
StringToJSON (Function)
Converts a JSON string into a JSON variable.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails. parameters for creating the different files....
Installing and starting WDTRAD
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.
ThreadRequestStop (Function)
Sends a stop request to a thread.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
SIPVisible (Function)
Displays the keyboard.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
HExportJSON (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to a JSON file.
Constants used by the functions for managing Tab controls
GOTO statement
The GOTO statement is used to run a code identified by a given label...
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
Charact (Function)
Returns the character corresponding to the specified ASCII code.
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
XMLRoot (Function)
Positions on the root tag of an XML document.
XMLFound (Function)
Checks whether the current element corresponds to the current browse or to the current search.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
zipCreateExe (Example)
Usage example of the zipCreateExe function