ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HNbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
<Source>.NbRec (Function)
Returns the number of records in an HFSQL file, query or view: active records, deleted records, etc.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
<Source>.SavePosition (Function)
Stores the current file context: current record, filter, pointers.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
<Looper>.Save (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
<Source>.RecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
<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.
Index (Property)
The Index property indicates the physical index (physical order) of an item in a record.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
How to create and handle a structure?
This help page explains how to create and handle a structure....
Creating a select query
A select query (corresponding SQL statement......
Positioning on a line in an edit control (AAF)
Several methods can be used to automatically position the edit cursor on a specific line in an edit control:...
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
<Source>.RestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
<Table>.Save (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.