ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Minute (Property)
The Minute property is used to get and change the minutes of an element.
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....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width 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....
Object diagram
An object diagram represents a set of objects and how they relate to each other at a certain moment in time......
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
TopMargin (Property)
The TopMargin property is used to: Find out the top margin of a report. Modify the top margin of a report....
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......
Month (Property)
The Month property is used to get and change the month of an element.
Properties associated with the areas defined in Zoning mode
WDStatistics: Importing log files
To view the statistics about the site traffic with WDStatistics, the log files must be imported onto the current computer......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
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......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Size (Property)
The Size property is used to determine and change the size of an element.
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
The "Waterfall" charts
The "Waterfall" chart is a bar chart used to represent the positive or negative additions of several categories......
Format (Property)
The Format property is used to identify and change the format of an element
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
Title (Property)
The Title property is used to get and change the title of an element.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
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......
Language (Property)
The Language property is used to get and change the language used.
Handling a Calendar control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to handle a Calendar control through programming......