ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
NotifAdd (Function)
Adds a notification into the system bar of device (Android) or into the notification center (iOS).
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
NullAllowed (Property)
The NullAllowed property is used to manage the NULL value in the items of HFSQL data files.
Characteristics of a Sidebar control
The main characteristics of a Sidebar control can be configured......
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
Creating requirements
The following steps must be performed to implement the requirements......
PunctuationSensitive (Property)
The PunctuationSensitive property is used to determine if punctuation characters (comma, period, etc.) are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
SQLTransaction (Example)
Usage example of the SQLTransaction function
Procedure/Function
A procedure is used to associate an identifier with a statement block......
XMLDocument (Example)
Usage example of the XMLDocument function
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
Passing parameters
The parameters can be passed to a procedure......
PageDisplay (Function)
Displays a web page in the user's browser....
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code depending on the execution target.