ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Preset control properties
List of properties associated with the Preset control
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"...
My Preset controls
It is not uncommon for developers to recreate the same controls, with the same style and (almost) the same code in the same project, without using a template or an Internal Window control...
FontUnderlined (Property)
The FontUnderlined property is used to underline text.
Content (Property)
The Content property is used to get and change the content of an element.
dSlice (Example)
Usage example of the dSlice function
AAFConfigure (Function)
Allows you to specify the behavior of some Automatic Application Features (AAF). You can for example configure the option for exporting to Excel used by the automatic menu of tables.
Font (Type of variable)
A Font variable creates a font programmatically...
FontStrikeOut (Property)
The FontStrikeOut property is used to determine if a text is struck through.
FontBold (Property)
The FontBold property is used to manage bold style in a text.
FontItalic (Property)
The FontItalic property is used to manage italic style in a text.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
Extra (Property)
The Extra property manges additional information.
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
WDInst: Configuring the automatic data file modification
The automatic data file modification updates the description of data files on user computers......
ImageInfoList (Function)
Returns the list of Exif tags available for the image used.
Integrate two-factor authentication into your applications
In version 26, WINDEV, WEBDEV and WINDEV Mobile allow you to set up a login via two-factor authentication......
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
MatReadColumn (Example)
Usage example of the MatReadColumn function
MatReadLine (Example)
Usage example of the MatReadLine function
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
grDestinationWnd (Function)
Defines a window as chart destination.
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
FontName (Property)
The FontName property is used to manage the name of the font used.
MatRead (Example)
Usage example of the MatRead function