ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
1. Examples provided with WINDEV Mobile
Recycle code windows
By default, a single code window is opened per ......
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Enumeration (Type of variable)
An enumeration is a set of values......
Control (Type of variable)
The Control type is used to define the characteristics of a control.
Managing HFSQL Client/Server files
The HFSQL Control Center allows you to fully manage HFSQL Client/Server data files......
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding the SaaS sites of a WEBDEV Application Server......
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
OpenChild (Function)
Opens a non-modal child window.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Accessing a database via a web service
The database can be accessed via a web service......
FontCreate (Function)
Creates a font definition.
Hash constants
List of constants used by the Hash functions....
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
GanttDateTimePosition (Function)
Configures the first day and the first time displayed in a Gantt Chart column (found in a Table or TreeView Table control).
AdjustmentMode (Property)
The AdjustmentMode property determines and changes how a Spreadsheet control is adjusted for printing.
Multiline (Property)
The Multiline property determines if an element supports multiline text.
RightToLeft (Property)
The RightToLeft property is used to get and change the writing direction of an element...
PageNumber (Property)
The PageNumber property gets and sets a page number.
Options of the window editor
To configure the general options of the window editor......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......