ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
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).
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
HDeleteScheduledBackup (Function)
Deletes a scheduled backup from an HFSQL Client/Server server....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
HDeleteScheduledOptimization (Function)
Deletes a scheduled optimization task from HFSQL Client/Server data files....
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
HCancelAlias (Function)
Cancels an alias that was declared beforehand by HAlias.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
MemSeek (Function)
Seeks an element in a memory area: on the value added by MemAdd or on the value modified by MemModify, on the return value....
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
PageEndStick (Property)
The PageEndStick property is used to: Determine the page footer should be right below the last block. Change the page footer block options....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
DnDForce (Function)
DnDForce is kept for backward compatibility.
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
Reduce (Function)
Applies a computation to each element of a WLanguage array.
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
FilterWithBounds (Property)
The FilterWithBounds property is used to determine if bounds have been specified for the filter implemented by HFilter on an HFSQL data file, view or query.