ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a .NET 3.0, 4.0 control, ... (WPF) through programming
WINDEV enables you to handle a .NET 3.0, 4.0 control, ... (WPF) by programming......
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data file, filter, view or query.
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
Image control properties
The Image controls include properties that can be handled in WLanguage both in the windows and pages but also in the reports......
<Array>.Sort (Function)
Sorts a WLanguage array.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.
MouseCursor (Property)
The MouseCursor property is used to identify and change the hover cursor defined for a control, window or page.
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....
<Array>.Reduce (Function)
Applies a computation to each element of an array.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
<Array>.Map (Function)
Executes a procedure on each element of a source array and returns the results in a WLanguage array.
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
ID (Property)
The ID property is used to get and change IDs.
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Sort (Function)
Sorts a WLanguage array.
Configuring the "Relative duration" mask (date and time in natural language)
WINDEV, WEBDEV and WINDEV Mobile propose to use a "Relative duration" display mask for the Date controls......