ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
11. Table/Looper controls
11. Table/Looper controls
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
ControlAlias (Function)
Gets, modifies or restores the data binding to a control or group of controls.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
15. Repeating a group of controls: loopers
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
LooperAddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.
<Looper>.AddIP (Function)
Adds a row as an internal page at the end of a Looper control populated programmatically.