ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EventDestroy (Function)
Explicitly destroys an event.
MatMultiply (Function)
Multiplies two matrices.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
CurrentYear (Function)
Returns the current year in integer format.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
InPHPMode (Function)
Indicates whether the code is run in PHP.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
ThreadState (Function)
Returns the current status of a thread.
SocketClose (Function)
Closes a socket or a connection to a server socket.
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
Contains (Function)
Allows you to check if a substring is within a string.
MatReadLine (Function)
Reads the value of all elements found in a matrix row.
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
MatCopy (Function)
Creates the copy of a matrix.
MatFloatAdd (Function)
Adds a value to each matrix element.
grMask (Function)
Formats the data displayed by grLabel or by grTooltip.
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
Chart management functions
...Chart management functions...
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Factorial (Function)
Returns the factorial of an integer number.
Thread management functions
List of functions for managing threads...
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatWrite (Function)
Writes an element into a matrix.