ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
Binding Bar Code controls to items
A Bar Code control can be bound to an item in a data file, query, etc....
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
BarCodes (Type of variable)
The BarCodes type is used to handle the information found in a bar code.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
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.
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...
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
Handling an Action Bar through programming
An Action Bar can be handled through programming. To do so, use the variable corresponding to the Action Bar in the code....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
ERR_BAD_CONTEXT_FOUND
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....
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......