ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HStatNbRec (Function)
Returns the number of entries for a given key item.
Constants for managing TimeLine controls
Constants for managing TimeLine controls...
MQTT constants
Constants used by the MQTT functions...
Financial constants
List of constants used by the financial functions....
HCS.FrameSize (Variable)
The HCS.FrameSize variable is used to resize the outgoing data frame.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
Camera control in a mobile application
The Camera control is used to......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
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...
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Handling a Check Box control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......