ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WDDIXIO License Agreement
WDDIXIO License Agreement...
Manipulating Organizer controls programmatically
Organizer controls can be manipulated programmatically....
Customizing the User Groupware
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
HFSQL Client/Server: Backing up databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
iPrintBodyComplement (Function)
Forces a body complement block to print while specifying the height of complement block.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
Appointment (Variable type)
The type Appointment type lets you define all the advanced features of an appointment: times, location, etc.
Constants for manging the replication
List of constants used by the functions for managing the replication....
How to create and handle a structure?
This help page explains how to create and handle a structure....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
Aligning elements in a List Box or Combo Box control
There are different methods to align the elements in a List Box or Combo Box control......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Unavailable functions and properties
Some functions and properties have been removed from WLanguage......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....