ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
FirstDayOfMonth (Function)
Returns the first day of the month.
ColorPalette (Function)
Returns a color found in the current palette.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
zipOpen (Function)
Opens an existing archive.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
The planes (in a window or in a report)
The planes are used to group the window controls......
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
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....
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
Looper control functions
List of functions for managing Looper controls...
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
SysYRes (Function)
Returns the vertical screen resolution.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....