ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
awSendAndGetInfo (Function)
Sends data from an iOS phone to an Apple Watch (or conversely) while expecting a response.
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL table, for example).
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
SchedulerDisplay (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL table, for example).
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
modbusSession (Type of variable)
The modbusSession type is used to identify a connection to a Modbus server.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......