ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
<TreeView>.Find (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
TreeFind (Function)
Finds an element (leaf or node) in a TreeView control and returns its path.
<Table>.InputInProgress (Function)
Indicates whether or not a Table or TreeView Table control is in edit mode.
Debugging functions
List of debugging functions...
<Organizer>.Mode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<TreeView>.ListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
iSkipPage (Function)
Generates a page break: the corresponding code is sent to the printer queue.
CmdReadErrorOutput (Function)
Reads error output data, for the command executed in console mode.
<TreeView>.Identifier (Function)
Returns the identifier associated with an element (node or leaf) in a TreeView control.
CmdWriteStandardInput (Function)
Writes data to the standard input of the command executed in console mode.
Functions for handling commands in console mode
Functions for handling commands in console mode....
InWebSocketServerGlobalServiceMode (Function)
Indicates if the current code is being executed on the global service of the WebSocket server.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
<WLanguageCodeFormatting>.Format (Function)
Formats WLanguage code: coloring, normalized rewriting, indentation, translation.
<Command variable>.WriteStandardInput (Function)
Writes data to the standard input of the command executed in console mode.
<Command variable>.ReadErrorOutput (Function)
Reads error output data, for the command executed in console mode.
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).