ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
grInfoXY (Function)
Returns information about the series found at a specific chart point.
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
The Pivot Table control
The Pivot Table control dynamically displays data coming from the crosscheck of different files found in a database......
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch that was previously collapsed in a Table control. a detailed window displayed for a row....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
ExecutionMode (Function)
Allows you to: find out and/or modify the behavior of the application or site when some errors are generated. optimize the calls to the functions declared externally. find out and/or change how the application uses JITc. find out and/or modify the management mode of low references for all the instantiated objects....
HReadFirst (Function)
Sets the position on the first record according to a browse item.
Database of the Control Centers
The database of Control Centers groups various information shared by the different modules found in WINDEV, WEBDEV and WINDEV Mobile......
Phone (Type of variable)
The Phone type is used to handle a phone number as well as its type (home, work, ...).
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......