ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing a report in WEBDEV
When creating a report, the test of this report can be run from the report editor. You also have the ability to include this report in your sites. The Web user will have the ability to print the report from a button, a menu option, ... for example....
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.
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.
Comparison operators
The comparison operators can be divided into several categories......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
DecimalPart (Function)
Returns the decimal part of a number.
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.
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
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.
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.