ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ClientSecret (Property)
The ClientSecret property gets the client secret defined when the application was declared or registered.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors....
Automatic button execution (Window)
To force an action on a window, all you have to do is define a button of this window in "Automatic execution" mode......
Creating a select query
A select query (corresponding SQL statement......
SQLChangeConnection (Function)
Modifies the current connection.
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Test of a query
The query editor allows you to run the test of query result......
HDescribeConnection (Function)
Describes a new connection to an external database.
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Multilingual project
Events associated with a Navigation Bar control
<PolygonGeo variable>.Area (Function)
Calculates the area of a polygon defined using geographic coordinates.
GeometryArea (Function)
Calculates the area of a given geometry.
The Web Component control
The Web Component control is used to include any external Web resource in a WEBDEV site......
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.