ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
External language: Programming in C
We are going to call the elements developed in WINDEV (project, windows, ......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
TopIndent (Property)
The TopIndent property gets and sets the space at the top of the text (top margin) in a control.
Month (Property)
The Month property is used to get and change the month of an element.
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......
Minute (Property)
The Minute property is used to get and change the minutes of an element.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Text (Property)
The Text property is used to get and modify text.
Size (Property)
The Size property is used to determine and change the size of an element.
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++ application and WINDEV......