ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

StatMin (Function)
Calculates the minimum value for a series of values.
MCI constants
List of constants used by the MCI functions....
OrganizerPosition (Function)
Displays an Organizer control from a specified date or returns the date of the first day (or the date of the last day) displayed in an Organizer control.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
Socket management functions
List of functions for managing sockets...
URI constants
The following constants are used by URI-specific functions:...
HChangeKey (Example)
Usage example of the HChangeKey function
XMLPrevious (Function)
Positions on the previous element (tag or attribute).
StatSum (Function)
Calculates the sum for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
ControlContextMenu (Function)
Identifies the control on which the context menu was opened.
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
zipIsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
MatAdd (Function)
Adds two matrices of same dimensions (same number of rows and same number of columns).
MatMultiply (Function)
Multiplies two matrices.
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....