ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Properties associated with a page
Upload control properties
The Upload control can be handled in server code and in browser code by the WLanguage properties......
Captcha control properties
The Captcha control can be handled by the WLanguage properties in server code and in browser code.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
The "Code snippets" pane
The "Code snippets" pane lists the code snippets currently available......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format passed in parameter.
1. Project and analysis
Error 1009: The member of the class is private
Java functions
List of Java functions...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
Web Component control properties
The Web Component control can be handled by the WLanguage properties in server code and in browser code......
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Properties associated with clickable Image controls
The Clickable Image control can be handled by the WLanguage properties in server code and in browser code......
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Execute (External language)
Runs the code of a control or the code of a procedure in WLanguage.
HTMLInsertBefore (Function)
Adds a node before the specified node in an HTML document.
HTMLInsertAfter (Function)
Adds a node after the specified node in an HTML document.
<htmlNode variable>.InsertAfter (Function)
Adds a node after the specified node in an HTML document.