ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV sites......
MouseXPos (Function)
Returns the horizontal position (X) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
MouseYPos (Function)
Returns the vertical position (Y) of the mouse cursor relative to the specified window or control. Used in a mouse or stylus process (click, hover, left or right button down, etc.).
InJavaMode (Function)
Indicates whether the code is run in Java.
Detailed use of WINDEV FTP/RPC
InPHPMode (Function)
Indicates whether the code is run in PHP.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
InServiceMode (Function)
Indicates whether the code is run in a service.
Input masks and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor......
Asc (Function)
Returns the ASCII code of the specified character.
Error 1030: The access to the base class is restricted by a private inheritance
Checkers available in the code editor
The code editor proposes several tools used to correct the code......
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Error 1013: The access to the member of the class is restricted by a protected inheritance
Error 1029: The access to the base class is restricted by a protected inheritance
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Applet control properties
List of properties associated with the Applet control...
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
How to set the focus to a column in a Table control?
To set the focus to a column in Table control (i.e. to be positioned in input in this column), ......