ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating the duplicates.
FontCreate (Function)
Creates a font definition.
Animation (Property)
The Animation property animates an image.
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
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....
9. Generation modes
WINDEV Mobile includes different types of generation......
RegistryCreateKey (Function)
Creates a key in the Windows registry.
DownloadInfo (Type of variable)
The DownloadInfo type is used to read the different details about a download in progress retrieved by DownloadGetInfo.
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL cluster....
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
diagPoint (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a point in a diagram.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.