ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
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....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
How to sort the result of a query?
This help page explains how to create a sort query with the query editor....
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
WDOptimizer: Canceling/Freeing records in transaction
WDOptimizer is used to......
Creating an interactive diagram
The Diagram Editor control allows end users to create and edit diagrams......
ImageFirst (Function)
Displays the first image for the scroll.
ImagePrevious (Function)
Displays the previous image for the scroll.
ImageNext (Function)
Displays the next image for the scroll.
ImageLast (Function)
Displays the last image for the scroll.
IntegerPart (Function)
Returns the integer part of a number.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
Android Control Center
Do you know where to find your application log files?...
Control tooltips (AAF)
In a WINDEV application, the user has the ability to add a tooltip on the controls......
WorksheetName (Property)
The WorksheetName property is used to get and change the name of a worksheet in an XLS document.
NetworkUser (Function)
Identifies the name of the connected user.
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
dDisplay (Function)
Displays the drawing in the Image control.
Handling a Static control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Static control programmatically......
CalendarSelectPlus (Function)
Selects a date in a Calendar control.