ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

CodeEditorReplace (Function)
Finds and replaces a string in the Code Editor control.
Charact (Function)
Returns the character corresponding to the specified ASCII code.
CharactUnicode (Function)
Returns the character corresponding to the specified Unicode code.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
Move
The Move property determines if an element can be moved.
iPageEnd (Function)
Forces the move to the next page during the report print.
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Programming the looper attributes
All the looper attributes can be handled by programming......
Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
1. Examples provided with WINDEV Mobile
Events associated with the Cell control field
The Zoom property gets and sets the zoom to be applied to an element....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....