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.
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.
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
ChangeTheme (Function)
Is used to change, through programming, the theme (dark or light) used by the mobile application.
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
Comparison operators
The comparison operators can be divided into several categories......
Creating an insert query
An insert query (corresponding SQL statement......
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.
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
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.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
grSunburstGetData (Function)
Retrieves a numeric value from a Sunburst chart.
WDTestSite: Load test
The stress tests are used to check......
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
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.