ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Scheduler>.DeleteResource (Function)
Deletes a resource from a Scheduler control.
<Scheduler>.DisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
<Scheduler>.DisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
<Scheduler>.AddAppointment (Function)
Adds a new appointment into a Scheduler control.
<Scheduler>.AddResource (Function)
Adds a new resource into a Scheduler control.
<Scheduler>.ChangeMode (Function)
Modifies the period (which means the number of days) displayed by a Scheduler control.
<Scheduler>.TimeDisplayed (Function)
Defines the time range displayed by the Scheduler control in Day mode or in Week mode.
<Scheduler>.InfoXY (Function)
Returns the appointment, the resource or the date found at given position in a Scheduler control.
<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)....
<Scheduler>.SelectMinus (Function)
Deselects an appointment from a Scheduler control.
<Scheduler>.SelectPlus (Function)
Selects an appointment in a Scheduler control.
<Scheduler>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
<Scheduler>.DeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Popup>.Animate (Function)
Displays a popup in a page cell.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
<Image>.Occurrence (Function)
Returns the total number of images taken into account by the scroll.
<Image>.Next (Function)
Displays the next image for the scroll.
<Edit>.CloseAssistedInput (Function)
Closes the list of values proposed by the assisted input for an edit control.
<Edit>.OpenAssistedInput (Function)
Opens the list of values proposed by the assisted input for an edit control.
<Edit>.ConfigureAssistedInput (Function)
Used to configure the filter and the opening of assisted input.
<Edit>.DeleteAllAssistedInput (Function)
Clears the list of values proposed for the assisted input of an edit control.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.