ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ControlFindTextPrevious (Function)
Finds and selects the previous element corresponding to the sought text in a window or control.
ControlFindTextNext (Function)
Finds and selects the next element corresponding to the sought text in a window or in a control.
jsonReader (Variable type)
The type jsonReader type allows linear browsing of a large JSON document with optimal performance and reduced memory usage. Warning This type of variable is only available from version 2025 Update 3....
ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Storing the breaks in the Table/Looper controls (AAF)
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout......
Developing multilingual applications
A multilingual application is an application that can be distributed in several languages......
OrientationTitle (Property)
The OrientationTitle property is used to: Determine whether the headings of one or multiple columns in a Table control are angled. Angle the headings of one or all the columns in a Table control....
Error 303: ambiguous control name
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
Table control populated programmatically: WLanguage
Here is an overview of how to handle Table controls populated programmatically in WLanguage....
Error 23: No END statement is associated with this WHILE
Error 22: No END statement is associated with this FOR
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...