ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<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.
HClusterMasterNode (Function)
Returns the name of the master node in an HFSQL cluster.
<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.
<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.
HTMLRemove (Function)
Removes the specified node and its descendants in an HTML document.
<Source>.SetMemo (Function)
Used to modify the management mode of memo items.
InWebSocketServerMode (Function)
Indicates if the current code is being executed on the WebSocket server.
<Camera>.StopDecoding (Function)
Stops decoding a bar code in a Camera control.
<Command variable>.AddArgument (Function)
Adds an argument to a command to be executed in console mode.
<TreeView>.CopyItem (Function)
Copies an element (leaf or node) into a TreeView control.
TransparencyMode (Property)
The TransparencyMode property is used to get and change the transparency mode of an image.
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....
LogMethod (Property)
The LogMethod property is used to: find out the log mode used for a data file (file defined in the data model editor or through programming). define the log mode used for a data file (when the file is described through programming)....
InVGAMode (Function)
Indicates whether the application is run in VGA mode on a mobile device.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...