ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatNbColumn (Function)
Returns the number of columns found in a matrix.
AppointmentListCalendar (Function)
Lists the calendars available on the mobile device (Android/iOS)....
BrightnessAuto (Function)
Returns or modifies the activation status of the automatic adjustment of the brightness on the device.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexDestroy (Function)
Explicitly destroys a mutex.
StatSum (Function)
Calculates the sum for a series of values.
StatMax (Function)
Calculates the maximum value for a series of values.
StatMin (Function)
Calculates the minimum value for a series of values.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
dCrop (Function)
Returns the cropped part of an image. This image is found in an Image variable.
MatNbLine (Function)
Returns the number of rows found in a matrix.
HTMLToText (Function)
Converts an HTML string or buffer to text.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
TimeSys (Function)
Returns or modifies the system time (current time defined for the current computer).
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
MatMultiply (Function)
Multiplies two matrices.