ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key...
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
CaptionHTML (Property)
The CaptionHTML property is used to handle text as HTML code.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Handling Bar Code controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Bar Code controls......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
1
3
4
5
6
7
225
>