ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
ControlClone (Function)
Creates a new control from an existing control.
Passing parameters
The parameters can be passed to a procedure......
Events associated with Edit controls
WLanguage events associated with Edit controls...
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
ScheduledTask structure
The ScheduledTask structure is used to define the characteristics of a scheduled task......
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
Diagram constants
The following constants are used to manage diagrams:...
HChangeConnection (Example)
Usage example of the HChangeConnection function
Events associated with a Gantt Chart column
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
EmailGetAll (Function)
Retrieves all the emails found on a server.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
HConnect (Example)
Usage example of the HConnect function
Automatic menu of tables (AAF)
Each Table control found in a window proposes a menu to the user......
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
GanttListTask (Example)
Usage example of the GanttListTask function
Creating a table in a report
Tables can be created in a report......