ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Mechanism of specific exceptions
A process of specific exception is used to process a risky code (which means a code that could trigger an exception)......
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces......
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
Control template
A control template is a set of controls that can be re-used in several windows or pages......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Events associated with Java Applet controls
List of events associated with Java Applet controls...
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
MaskZipCode (Function)
Retrieves the zip code input mask adapted to a given country.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
GOTO statement
The GOTO statement is used to run a code identified by a given label...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).