ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
iForceComplement (Function)
Forces the printing of a Body Complement block.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
GuidedTourStepChange (Function)
Modifies the current step of the guided tour.
<GuidedTour>ChangeStep (Function)
Modifies the current step of the guided tour.
<mongoCollection variable>.ModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
HChangeName (Function)
Modifies the physical name of a data file.
SysColor (Function)
Identifies or modifies the color of a Windows element.
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
HChangeLogDir (Function)
Modifies the location of log files corresponding to an HFSQL data file.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback")....
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
Custom telemetry
Custom telemetry allows you to define the elements that will be included in the analytics......
Handling a Repositionable Note control through programming
A Repositionable Note control can be handled through programming......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Optional events
By default, the codes available in the code editor correspond to the most common codes......
Handling Sidebar controls programmatically
WINDEV and WINDEV Mobile allow you to handle Sidebar controls programmatically......
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Handling Kanban controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Kanban controls......
spDerivation (Property)
The spDerivation property is used to: Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically. Set the key derivation function used for hashing (only for "Password" items defined programmatically)....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......