ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The different copy modes
Two different copy modes are proposed by WDTRAD...
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.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
BarCodes (Variable type)
The BarCodes type is used to handle the information found in a bar code.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
WLanguageCodeFormatting (Variable type)
The WLanguageCodeFormatting type is used to define all the WLanguage code formatting options.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
MaskZipCode (Function)
Retrieves the postal code input mask adapted to a given country.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Code Editor control events
Returns the list of applications on a WEBDEV Application Server, for a given account and a given type....
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......