ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
Reloading a document
To reload a document, ......
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
Writing an email: the available methods
This help page presents the methods for writing an email....
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
WEBDEV Application Server 2024
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
FontMinSize (Property)
The FontMinSize property is used to get and change the minimum size of the font used in a Static control with the "Reduce font" option.
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Italic (Property)
The Italic property is used to: Find out whether a Font variable is in italic type. Modify the italic attribute of a Font variable....
Large (Property)
Large is used to: Find out whether a Font variable is enlarged. Enlarge (or not) a Font variable. This property is kept for backward compatibility....
Handling Gantt Chart controls programmatically
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Handling a Multiline Zone control programmatically
...A Multiline Zone control can be handled programmatically using the control name....
Events associated with a Multiline Zone control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor):...
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
ERR_BAD_APPLICATION
StartVisibleRange (Property)
The StartVisibleRange property is used to: get and change the first visible date or time in a Scheduler or TimeLine control. change the first visible time in a TimeLine control....
9. Distributing "Reports and Queries"
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......