ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
8. Associating controls with data
8. Binding controls to data
A window can display information from......
Window for quick selection
You are searching for a project element? You only know part of its name? Press [CTRL]+[E] to open the quick selection window......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Resizing a window (AAF)
Events associated with Edit controls
WLanguage events associated with Edit controls...
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote administrator:...
6. Multiple generation
...Multiple generation...
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
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....
Characteristics of a PCL print
The result of a PCL print mainly depends on the technical features of the printer used (management of images and lines, management of fonts, ......
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
26. Style sheets: to simplify the layout
Query: Displaying the records corresponding to a given period
When a "Date" item is found in the query, you have the ability to only select the records corresponding to a given period......
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.
Handling List Box controls programmatically (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Edit options of a report
The report editor allows you to......
Playing a video with the MCI functions
MCI functions are used to easily handle the media files......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......