ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV User Groupware: Tips
This help page contains different programming tips for the User Groupware in WEBDEV......
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
ExecuteUpdateUI (Function)
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol. This function is kept for backward compatibility.
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
Tutorial
A tutorial is supplied with WINDEV, WEBDEV and WINDEV Mobile......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
WINDEV: Example of programmed Drag and Drop
PopupAnimate (Function)
Displays a popup in a page cell.
PageAddress (Function)
Used to find out the Internet address of a page.
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
MultimediaHeight (Function)
Returns the height (in pixels) of the source image of the multimedia file played in the Multimedia control.
MultimediaWidth (Function)
Returns the width (in pixels) of the source image of the multimedia file played in the Multimedia control.
Conceptual Data Model (CDM)
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
LargeFontFactor (Function)
Returns the current enlargement ratio of a WINDEV window (only if Windows is in "large fonts" mode).
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
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....
<Popup>.Animate (Function)
Displays a popup in a page cell.
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
SchedulerPositionDateTime
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
SchedulerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in a Scheduler control.
<Organizer>.SelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.
OrganizerSelectedRange (Function)
Returns the start or end date and time of the time slot selected in an Organizer control.