ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
10. Internal components in practice
Subscribing an element to the dictionary
The subscription to a dictionary element is automatically proposed......
The "Dictionary" pane
The "Dictionary" pane is used to handle the WINDEV dictionaries ("......
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
Share your projects via Git
Git is a source code manager......
Customizing the User Groupware
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
SchedulerListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
OrganizerListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
InUniversalWindowsPlatformMode (Function)
Indicates whether the code is run in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
<TimeLine>.ListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
<Organizer>.ListAppointment (Function)
Returns: the list of appointments found between two dates in an Organizer control, all appointments found in an Organizer control, a specific appointment (selected or hovered)....
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<Scheduler>.ListAppointment (Function)
Returns: the list of appointments found between two dates in a Scheduler control, all the appointments found in a Scheduler control, a specific appointment (selected or hovered)....