ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sensor constants
Constants used by the SensorXXX functions...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
StatStandardDeviation (Function)
Calculates the standard deviation for a series of values.
StatVarianceP (Function)
Calculates the variance for a full series of values.
RegexMatch (Function)
Checks whether a string matches the format defined by a regular expression.
zipFindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
WINDEV 2025 Update
Here are the new features and improvements that you will discover in this version......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
ReplicSynchronize (Function)
Synchronizes the data corresponding to a replication.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
UnicodeToAnsi (Function)
Converts: a UNICODE string to ANSI (Windows). a buffer containing a UNICODE string to a buffer containing an ANSI string (Windows)....
Sum (Function)
Calculates the sum of the array elements.
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
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....
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......