ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Linking a Scheduler control to a data file or variable
You can create Scheduler controls directly linked to the data....
List,Select,+ (External language)
Selects an element in a drop-down list or in an expanded list.
List,Select,- (External language)
Deselects an element from a drop-down list or from an expanded list.
List,Delete (External language)
Deletes an element from a drop-down list or from an expanded list.
List,Modify (External language)
Modifies an element in a drop-down list or in an expanded list.
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
General exception mechanism
A process of general exception is available for all the components of the object with which it is associated......
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
WinDisableEffect (Function)
Disables the visual effects of the graphic engine of WINDEV (for a use in TSE mode for example).
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
ContinentList (Function)
Returns the list of continents.
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
zipDeleteFileList (Function)
Deletes a list of files from an archive.
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
<List Box>.Seek (Function)
Seeks an element in a List Box control (standard List Box or ListView) or in a Combo Box control (including the values described by gLink).
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
Card (Property)
The Card property handles the different cards associated with a Kanban list. You can add, modify or delete cards from Kanban list, or navigate between them.
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......