ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
restRequest (Type of variable)
The restRequest type is used to define the advanced characteristics of a REST request.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
UTF8ToAnsi (Function)
Converts a UTF-8 string to ANSI.
TelemetryIsEnabled (Function)
Used to find out whether the telemetry is enabled.
ModbusDisconnect (Function)
Closes the Modbus session.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
Comparison operators
The comparison operators can be divided into several categories......
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
dbgAuditStatus (Function)
Retrieves and changes the status of the dynamic audit.
httpRequest (Type of variable)
The httpRequest type is used to retrieve the advanced characteristics of an HTTP/HTTPS request....
mlGetVariable (Function)
Retrieves the value of a variable for the MATLAB session.
mlSetVariable (Function)
Writes the value of a variable for the MATLAB session.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
FinDecreasingRedemption (Function)
Calculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....