ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the table, view, query, ...).
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Source>.SavePosition (Function)
Stores the current context of a table: current record, filter, read pointers.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
<Source>.First (Function)
Sets the position on the first record of a table according to the specified browse item.
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
HWrite (Function)
Writes a record into a table without updating the indexes corresponding to all keys used in the table.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
The HTML control
The HTML control displays HTML pages or HTML code......