ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window...
Drag and Drop functions
The following functions are used to manage Drag and Drop:
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a data file or populated programmatically).
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
OrganizerChangeZoom (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month). This function is kept for backward compatibility....
8. Windows in practice
Discover the main actions that can be performed on the windows....
dbgEnableLog (Function)
Enables the runtime log programmatically.
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.
<Scheduler>.PositionDateTime (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
Check: SMART status of storage drives
The monitoring robot will measure the SMART attributes of a server's hard drives......
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
SchedulerPosition (Function)
Displays a Scheduler control from a specified date or returns the date of the first day (or last day) displayed in a Scheduler control.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
The Looper control
A Looper control is used to repeat the controls found in a specific area......
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
Drive management functions: OneDrive, Google Drive, Dropbox (prefixed syntax)
Drive management functions include ......
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
<Looper>.ToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
LastDayOfWeek (Function)
Returns the date of the last day of the week corresponding to a given date.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
Help editor options
The options of the help editor ("Display......
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
HInitHF55 (Function)
Used to access specific functions for managing xBase (or dBase) data if Native xBase Access provided with WINDEV or WEBDEV 14 is not available.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......