ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
WDAPI: Using APIs in a WINDEV application
The two most interesting features of WDAPI are......
WLanguageCodeFormatting (Type of Variable)
The type WLanguageCodeFormatting allows you to define all the setting parameters in Geometry 06500740072007900 of the WLanguage code.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Displaying an Active WEBDEV Page
An Active WEBDEV Page can be displayed......
Events associated with supercontrols
List of events associated with supercontrols...
.NET object
To access a class......
Description of a WEBDEV element style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
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......
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Automation object
The Automation keyword is used to declare an automation object...
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Diagram (Type of variable)
The Diagram type is used to define all the advanced characteristics of a diagram that can be edited in the Diagram Editor control.
MultiLinestringGeo (Variable type)
The MultiLinestring type can be used to store a collection of linestrings defined with geographic coordinates.
redisConnection (Type of variable)
The redisConnection type is used to define all the advanced characteristics of a connection to a Redis server (or cluster).
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....