ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Size (Property)
The Size property is used to determine and change the size of an element.
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....
Managing a Text token Edit control
...Interfaces that use token controls are common. A Token control contains variable amounts of information in a limited area....
sysNotification (Type of variable)
The sysNotification type is used to define all the advanced characteristics of an interactive system notification.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
Description of an Organizer control (control of a window)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
The Edit control
The Edit control allows users to enter data......
Configuring an application with User Groupware
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
eCurrencyName (Function)
Returns the caption of a currency.
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
NFCReadTag (Function)
Starts reading a NFC tag or enables the detection of NFC tags for the current window.
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.