ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Various WEBDEV constants
Various WEBDEV constants...
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
Custom-Folders
"Custom-Folders" simplify the organization of projects, allowing you to group the elements of your application by themes......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
CtCacheSize (Property)
The CtCacheSize property is used to determine and change the maximum number of records that can be stored in the cache of the Native MySQL Connector.
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
LooperAddInProgress (Function)
Modifies or returns the visibility status of internal wait window when adding additional elements into an infinite Looper control.
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
WINDEV Mobile Framework License Agreement
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
13. Debugger
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Installing a Webservice (old format)
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
LoadWDL (Example)
Usage example of the LoadWDL function
Configuring the SOAP administrator
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Different types of data (Type of variable)
A variable is defined by name and type......
docNumberingLevel (Type of variable)
The docNumberingLevel type is used to define the advanced characteristics of a numbering level used in a Word Processing document.
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....
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.