ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
CallDLL32 (Function)
Runs a function found in an external DLL.
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
API (Function)
Runs a function found in an external DLL.
Software Factory Administrator
The software factory administrator allows you to ......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
4. Android and iOS windows
The UI (User Interface) of an application is mainly composed of windows....