ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
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.
iSkipPage (Function)
Forces a page skip: the corresponding code is sent to the printer spooler.
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
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.
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
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....
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Generating an application for Universal Windows 10 App
Handling a Scrollbar control through programming
WINDEV allows you to handle a Scrollbar control through programming......
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....
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....
Handling a WEBDEV Slider control through programming
WEBDEV allows you to handle a Slider control through programming....
Events associated with Carousel controls
List of events associated with Carousel controls...