ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Drag and Drop
Drag and Drop is used to transfer data between several controls with the mouse. This data can be moved between several controls found in the same application or in different applications.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
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....
Help editor options
The options of the help editor ("Display......
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).
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.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
ProfilerEnd (Function)
Stops "collecting data" for the performance profiler.
<Table>.End (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
TableEnd (Function)
Stops the manual iteration of data file linked to a Table control based on a data file.
<Looper>.Display (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
Step 1: Configuring the print parameters
This step allows you to choose......
How to save and retrieve an image in a binary memo
Resizing a window (AAF)
Characteristics of the Looper control in a page
To view the characteristics of the control, select "Description" in the context menu....
URISelect (Function)
Opens a system window to select a resource from: from the device file system, from the Cloud (Google Drive, Microsoft OneDrive, etc.) or from one of the content managers installed on the device....
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
AnimationDuration (Property)
The AnimationDuration property is used to know and define the length of time an animation takes to complete one cycle: in a Chart control. This duration is set to 30 hundredths of a second by default. in an infinite Progress Bar control. This duration is set to 200 hundredths of a second by default. in an Image Gallery Looper control....