ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin templates......
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Multi-project search
Performing a search in the current project is a common operation......
Native Access to SAP
SAP is a widely used ERP......
Property Description (Type of variable)
The Property Description type is used to get information about a property.
Training sessions organized by PC SOFT
PC SOFT proposes several training classes, according to your own requirements......
How to create a menu?
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
The different types of windows
The following types of windows can be created in a WINDEV application......
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Chart constants
List of constants used by the functions for chart management....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Enumeration (Type of variable)
An enumeration is a set of values......
WDBal messaging: Reading messages
WDBal, the secure messaging provided with WINDEV, WEBDEV and WINDEV Mobile, allows you to easily read the incoming messages......
DeleteParameter (Function)
Deletes a parameter (or a set of parameters) saved either by SaveParameter, or automatically via the persistence of data in the controls.
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....
Automation object
The Automation keyword is used to declare an automation object...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.