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...
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
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.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
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....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
The Looper control
A Looper control is used to repeat the controls found in a specific area......
Manipulating Native Container controls programmatically
The Native Container control returns an handle/identifier......
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.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.