ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReturnedValue (Property)
The ReturnedValue property is used to: Get and change the value returned by a window, page or report. Get and change the value returned by an option in a Radio Button control....
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
TableInputSearch (Function)
Enables input in the the search area in the column title of the Table or Treeview Table control.
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Open (Function)
Opens a modal WINDEV window.
NetworkConnect (Function)
Associates a drive with a shared network directory.
Designing a supercontrol
A supercontrol is an advanced type of control......
Encryption (Property)
The Encryption property allows you to manage the type of encryption used between Client computers and an HFSQL server.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
LOOP statement
The statement block is repeated endlessly...
Structure (Type of variable)
A structure is a custom type of data...
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
Insert (Function)
Inserts an element at a given position: into a one-dimensional WLanguage array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Execute (Function)
Starts the execution of a process through programming.
Creating the Relation windows of a WINDEV RAD pattern
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
State (Property)
The State property is used to get and change the state of an element.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.