ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Defining a help window template
WINDEV allows you to create help window templates......
SCM administrator: available tools
The SCM administrator (Source Code Manager) proposes several tools to manage and optimize the SCM repository......
ChangeTarget (Function)
Changes the target of a button action.
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
HFSQL Client/Server: Scheduled tasks
The scheduled tasks are used to schedule automatic tasks......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
Hash constants
List of constants used by the Hash functions....
Native SQL Server Connector: Programming with SQL functions
The SQL functions can be used to handle the SQL Server database......
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
DDEUpdate (Function)
Modifies a linked data.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
WDTRAD
WDTRAD is a tool for entering the translation of messages associated with a WINDEV, WEBDEV or WINDEV Mobile application......
Width (Property)
The Width property is used to determine and change the width of an element.
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
PageDisplay (Function)
Displays a web page in the user's browser....
Share your projects via Git
Git is a source code manager......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Programming an indexed control
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
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....