ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadRequestStop (Function)
Sends a stop request to a thread.
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
ServiceControl (Function)
Sends a control message to a service.
6. Editing a page: zoning mode
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
Creating a select query
A select query (corresponding SQL statement......
DotNetDelegate (Function)
Initializes a.NET delegate.
PicMergeLayer (Function)
Merges the layers of a WDPic image.
<emailSMTPSession variable>.SendMessage (Function)
Sends an email using SMTP
<WDPic variable>.MergeLayer (Function)
Merges the layers of a WDPic image.
<Thread>.RequestStop (Function)
Sends a stop request to a thread.
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
<Word Processing>.EndModification (Function)
Indicates the end of a series of actions performed in a Word Processing control in a single event ("undo/redo")....
<Spreadsheet>.EndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event (management of "undo/redo")....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo")....
kbActionAllowed (Type of variable)
The kbActionAllowed type allows you to define which actions are available to the end user when handling cards in a Kanban control.
SocketRead (Function)
Retrieves a message sent by another socket.
How to add a new row to a Table control?
This help page explains how to add a row to a Table control programmatically....
Use case diagram
A use case diagram is used to view the behavior of a system in such way that......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....