ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "dynamic" Tab control (prefix syntax)
The "Dynamic tab" Tab control is used to display several windows in the same window...
The Tab control
The Tab control is used to simultaneously display different controls...
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window...
Tab control properties
A Tab Control can be manipulated in a window or page using the following WLanguage properties...
Events associated with Tab controls
List of events associated with Tab controls
Manipulating Tab controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Tab control through programming...
Handling a dynamic tab through programming (prefix syntax)
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Tab pane properties
A tab pane can be manipulated in a window or page using the following WLanguage properties...
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
Upgrading a WEBDEV Cluster
WEBDEV Custer is a hosting solution for WEBDEV sites that ensures high performance and availability......
Creating a delete query
A delete query (corresponding SQL statement......
Creating an insert query
An insert query (corresponding SQL statement......
URL (Property)
The URL property is used to get and change a URL.
Border (Property)
The Border property is used to get and change the borders of an element.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Action Bar properties
You can manipulate Action Bars in a window using the following WLanguage properties.
MCI constants
List of constants used by the MCI functions....
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
Source (Property)
The Source property is used to get and change the source of an element.
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
grExist (Function)
Checks the existence of a chart in memory.
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
OpenSister (Example)
Usage example of the OpenSister function
TimeValid (Function)
Checks the time validity.
Properties associated with the cells of the status bars
List of properties associated with the cells of the status bars...
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
InputMask (Type of variable)
The InputMask type is used to define all the advanced characteristics of a custom input mask.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......