ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
LooperAdd (Function)
Adds a row at the end of a Looper control.
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially multi-selection controls).
13. External component in practice
External component in practice...
12. External component in practice
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character string in XML format.
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Crosstab report
The report editor allows you to create "Crosstab" reports......
TableBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Table control.
StatVariance (Function)
Calculates the variance for a series of values.
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
SchedulerTimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
StartShare (Function)
Opens a popup allowing you to select the application that will be used to share a resource (text or document).
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
14. Controls in practice