ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Clipping the window according to an image
An image can be used to easily define the shape of a window......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
<Image>.Fill (Function)
Colors an area in an Image control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
MemAdd (Function)
Adds an element to a memory area.
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
iPrintArea (Function)
Prints a text in a rectangular area.
<Kanban>.MoveCard (Function)
Moves a card in a Kanban control.
<Kanban>.InsertCard (Function)
Inserts a card in a Kanban list.
<Kanban list>.InsertCard (Function)
Inserts a card in a Kanban list.
KanbanMoveCard (Function)
Moves a card in a Kanban control.
KanbanInsertCard (Function)
Inserts a card in a Kanban list.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
18. Secure payment
Handling report blocks
The different operations available on report blocks are as follows......
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol....
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....