ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPCookieGet (Function)
Retrieves the cookies read by a call: to HTTPRequest for an HTTP domain. to HTTPSend for an HTTP domain....
SchedulerModifyTrigger (Function)
Modifies the parameters of a trigger of a scheduled task, i.e. the parameters that will define the execution of a task.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding table. This function uses the former view mechanism.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
TreeListItem (Example)
Usage example of the TreeListItem function
User (Property)
The User property is used to manage the user of a connection (HFSQL Client/Server, OLE DB, etc.)....
Flexbox control description: General tab
In the "General" tab of the Flexbox control description window, you can view and change the options of the different controls integrated into a flexbox container......
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Content (Property)
The Content property is used to get and change the content of an element.
The "Column" charts
The data is interpreted as "columns" whose height is proportional to the value of data......
Clipboard management functions
List of functions for managing the clipboard...
The different types of integers
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL table......