ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MySQL Connector - License Agreement
WinAdaptHeight (Function)
Adapts the window height to the content of controls.
WinAdaptWidth (Function)
Adapts the window width to the content of controls.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server....
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
Accessibilité (Property)
Custom tooltips
Tooltips are very useful for application users......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
ListDisplay (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server data file......
gClickableLink (Function)
Adds a clickable link in a graphic string.
ImageInitialHeight (Property)
The ImageInitialHeight property is used to get and set the default height of the image created in an Image Editor control.
ImageInitialWidth (Property)
The ImageInitialWidth property is used to get and set the default width of the image created in an Image Editor control.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Instantiation of an object
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
The "Surface" charts
The Surface chart is used to represent correlated analogical data, according to 3 axes...
HNotifConfigure (Function)
Specifies and configures the server used to send notifications by the HFSQL server.
How to develop a PHP site?
What is a PHP site?......
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
2. Projects in practice