ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
StatVariance (Function)
Calculates the variance for a series of values.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
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.
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
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.
Sensor constants
Constants used by the SensorXXX functions...
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.
AIDetect (Function)
Detects various elements in an image: objects, faces, etc. This detection is made possible by artificial intelligence (AI).
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....