ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control in a single event ("undo/redo")....
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
<Document variable>.StartModification (Function)
Indicates the start of a series of actions performed on a Document variable in a single event ("undo/redo")....
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
The home page
The home page is the first page of your site......
Error 25: No THEN statement is associated with this IF
IF statement
The conditional IF statement allows you to run an action according to a condition...
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Starting WDOptimizer in a command line
<Word Processing>.StartModification (Function)
Indicates the start of a series of actions performed in a Word Processing control in a single event ("undo/redo")....
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram editor>.StartModification (Function)
Indicates the start of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.