ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Serial and parallel port management functions
List of functions for managing serial and parallel ports...
HAddGroup (Function)
Adds a group of users.
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grScatterSeriesLabel (Function)
Initializes the label of data series in a "Scatter" chart.
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.
CheckAnyTrue (Function)
Returns True if at least one element of an array is True.
CheckAnyFalse (Function)
Returns True if at least one element of an array is False.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
MatInvert (Function)
Calculates the inverse of a square matrix.
Print functions
List of print functions...
NetworkConnect (Function)
Associates a drive with a shared network directory.
The Cell control
The Cell control contains controls......
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
SNMPCloseSession (Function)
Closes an SNMP session.
SysIconDelete (Function)
Deletes an icon from the taskbar (next to the clock).
VariantToJSON (Function)
Converts the content of a Variant variable to JSON.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
XMLCancelSearch (Function)
Cancels the search performed by XMLFind.
2. Performance profiler
WINDEV Tutorial: Optimizing a project Lesson 2 - Performance profiler - 15 min
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
StringStartsWith (Function)
Checks whether a character string starts: with a specific character string. with one of the character strings in an array....