ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Compatibility between external components and deployed applications
A component can evolve in many ways......
Component diagram
A component diagram shows the physical and static architecture of a system software......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Color (Property)
The Color property is used to get and change the color of an element.
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
Creating a select query
A select query (corresponding SQL statement......
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
The HTML Display control
The HTML Display control displays a web page in an application......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
docElementFormula (Type of variable)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Share your projects via Git
Git is a source code manager......
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......
Animation of Chart control
The animation of Chart controls allows you to define a dynamic display in your applications......
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
Error 1001: The operators: and:: can only be used in the methods of classes