ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
H.AutoIndexingLimit (Variable)
Indicates the maximum number of records in the data file used to manage the automatic reindexing.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).
H.NbRecModificationQuery
Used to find out the number of records added, modified or deleted when running the last query of the current context.
<Source>.NbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
H.NumRec (Variable)
Contains the number of the physical record loaded in memory (which means the number of the last record read).
HRecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
<Source>.RecNum (Function)
Returns: the number of the current record in the HFSQL data file. the number of the current record in the HFSQL view....
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Looper control based on a data file
This type of Looper control uses data from a data file or query......
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Body block
The Body block corresponds to the main block of the report......
<Source>.Read (Function)
Reads a record in a file according to a given record number.
HRead (Function)
Reads a record in a file according to a given record number.
Items used in a select query
A query created in the query editor can contain several types of items......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
Associating an identifier with an element found in a TreeView control
The different methods to associate an identifier with an element found in a TreeView control....
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......