ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Dim disabled windows
Your application opens several windows at the same time and you don't know which one to use?......
How to manage a multi-selection in a List Box control?
This help page explains how to manage a multi-selection in a List Box control....
3. Application development cycle
Development cycle of a WINDEV application....
Code indentation
When typing compound statements ("Switch", "For" and "While", for example), the code is automatically indented to highlight the structure of the loops used in the program......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
InBackgroundMode (Function)
Indicates whether the code is run when the application is in background.
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
Start (Property)
The Start property gets the starting point of an element or event.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
iPrintDiagram (Function)
Prints a diagram from: a Diagram Editor control, a "wddiag" file, a Diagram variable....
Tab order in a window, a page, etc.
The tab order of the controls found in a window or in a page describes the order in which the controls take focus in a window when the user presses the [Tabulation] key......
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
Camera control: decoding bar codes
In iOS and Android, bar codes can be decoded via the Camera control using BCCapture......