ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage 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.
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.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
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....
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
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......
Multi-product external components
Components are a remarkably useful tool for development teams......
Error 1001: The operators: and:: can only be used in the methods of classes
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
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....
WEBDEV: Native AS/400 Connector for PHP
WEBDEV allows you to create Internet or Intranet sites, in native mode or in PHP......
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Handling a TreeView control through programming
WINDEV and WEBDEV allow you to handle a TreeView control programmatically......
Standard FTP functions
List of standard FTP functions...
Multilingual project
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Automatic documentation of external components
External components must include a technical documentation......