ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Charact (Function)
Returns the character corresponding to the specified ASCII code.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
<Window>.EdLoad (Function)
Loads the changes made by the end user in a window.
<htmlNode variable>.Remove (Function)
Removes the specified node and its descendants in an HTML document.
<TreeView>.ExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
CodeEditorSave (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
<TreeView>.MoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HClusterNodeInfo (Function)
Returns the status of each cluster node by interrogating the coordinator.
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.
CodeEditorReplace (Function)
Finds and replaces a string in the Code Editor 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 ......