ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Using Java code
You can use Java code:
  • in Java applications generated with WINDEV.
  • in Android applications generated with WINDEV Mobile.
This allows you to create global procedures in Java.
Position
The Position keyword can correspond to...
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
After
They After keyword can correspond to:
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
Handling a Breadcrumb control through programming
The Breadcrumb control can be handled through programming......
dBackground (Example)
Usage example of the dBackground function
dPolygon (Example)
Usage example of the dPolygon function
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
SFDelete (Function)
Deletes records from a Salesforce database.
HTTPResetForm (Function)
Clears an HTTP form that is currently edited.
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
OrganizerSelectPlus (Function)
Selects an appointment in an Organizer control.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
NbColumn (Property)
The NbColumn property is used to get the number of columns in a report.
Error 803: Return and Result cannot be used in the same process
Error 1017: The method is not global: use: to access it
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
WinOutWidth (Function)
Returns the full width of a window (including the border).
ParentObject (Function)
Identifies the "parent" of a graphic object: control, column, window, page, ...
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.