ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

iSequencingAddPDF (Function)
Adds a print of PDF document into a sequence of report prints.
"Long press" optional event
The optional event "Long press/Open context menu" is run during a long press on the controls of a window......
ModificationDurationAPT (Property)
The ModificationDurationAPT property is used to determine and specify if the user can modify the duration of an appointment in a Scheduler or Organizer control.
MapEndOfMove (Function)
Stops following the device movement in a Map control.
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
iZoneHeight (Example)
Usage example of the iZoneHeight function
iReportPrintingStatus (Function)
Returns the status of the current print.
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
grScatter3DLinkPoint (Function)
Links (or not) the points found in a "3D Scatter" chart.
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
LooperAddIW (Function)
Adds a row as an internal window at the end of a Looper control populated programmatically.
grGridlines (Function)
Displays or hides the chart gridlines.
Mashup
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ......
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
Sharing elements with a WINDEV application
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
RulerModifiable (Property)
The RulerModifiable property is used to: Find out whether the user can move the playhead in a TimeLine control. Allow or prevent the user from moving the playhead in a TimeLine control....
fDirRename (Function)
Renames a directory.
Table control functions
List of functions specific to Table controls...
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......