ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project....
fCompress (Function)
Compresses a file.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
2. Projects in practice
Looper control functions
List of functions for managing Looper controls...
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
Different page layout methods
Tutorial - Anchors, zoning and layouts Different page layout methods - 30 min
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
SQL view
An SQL view is a virtual data source defined by an SQL query......
fOpen (Example)
Usage example of the fOpen function
Creating an action plan
The action plans group all actions that will be performed by the software factory....
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
The Map control: Automatic Application Features (AAF)
The Map control proposes several features directly accessible to the end user......
HNext (Function)
Sets the position on the next data file record according to a browse item.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
StringReverse (Function)
Reverses the characters of a string.
Border (Type of variable)
The Border type is used to handle a border through programming...