ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Manipulating Radio Button controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Radio Button controls......
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Progress Bar control properties
List of properties associated with the Progress Bar control...
HListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
<Connexion HFSQL>ListHistoryReindexing (Function)
Lists the operations performed on current tables, over the last 24 hours, or on the last 1000 tables. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
Cross-references in the code editor
The cross-references in the code editor are used to identify......
Sunburst chart
The Sunburst chart is a Pie chart containing several levels of hierarchical data......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
HClearWorkingDir (Function)
Clears and destroys the temporary directory previously created when HServerWorkingDir was executed.
<Connection variable>.ExecuteProcedure (Function)
Runs a stored procedure.
Report controls
Several types of controls can be handled in a report created by the report editor......
ERR_BUTTON_EXPECTED
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
HPrepareQuery (Function)
Initializes a query and declares this query to the database server in order to optimize the next executions of this query.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
InDelayedProcedureMode (Function)
Indicates whether the code is run from a delayed procedure or from a scheduled task on the WEBDEV Application Server.
MATLAB functions
The following functions are used to access MATLAB:...
DocStartModification (Function)
Signals the start of grouping for a set of operations on a document in a single event (management of "undo/redo")....
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management of "undo/redo")....
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.