ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ThreadRequestStop (Function)
Sends a stop request to a thread.
DescribedDirectory (Property)
The DescribedDirectory property is used to manage the physical directory of HFSQL files.
SIPVisible (Function)
Displays the keyboard.
XMLData (Function)
Returns the value of current element (tag or XML attribute) or the value of one of its attributes.
BackgroundTaskDelete (Function)
Deletes a background task (that was added by BackgroundTaskAdd).
StringToJSON (Function)
Converts a JSON string into a JSON variable.
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
1. Deploying a static site
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
JSONToString (Function)
Converts the content of a JSON variable to a JSON string.
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.
TelemetryAddMeasure (Function)
Adds a measure for a value or time sensor.
AnimationSetParameter (Function)
Changes one of the animation parameters used for: an animated image (in an Image control), an animated text (in a Static control)....
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
Project Management Hub: Managing the schedule
The project contributors can manage their tasks directly from the schedule or from the task list......
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
UploadStart (Function)
Starts sending the selected files into an Upload control.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
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...