ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Popup>.Close (Function)
Hides a popup displayed in the page via PopupDisplay.
<Scheduler>.Display (Function)
Reinitializes the content of a Scheduler control from its data source (HFSQL file for example).
<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>.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>.DeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
<Scheduler>.DeleteResource (Function)
Deletes a resource from a Scheduler control.
<Scheduler>.DeleteAll (Function)
Deletes all appointments and resources from a Scheduler control.
Constants for managing Big Data Redis databases
<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).
<Cell>.DisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
<Image>.Next (Function)
Displays the next image for the scroll.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
<Spreadsheet>.Close (Function)
Closes the XLSX document that was opened by SpreadsheetLoad.
<Spreadsheet>.Freeze (Function)
Used to freeze the display of a row or column in a Spreadsheet control.
<hdfsConnection variable>.Delete (Function)
Deletes a file or directory from a Hadoop server.
<hdfsConnection variable>.CreateDirectory (Function)
Creates a directory on a Hadoop server.
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
<hdfsConnection variable>.Rename (Function)
Renames a file or a directory found on a Hadoop server.
Programming charts (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......