ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
MemFound (Function)
Checks whether the sought element was found.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
TimeToInteger (Function)
Converts a time to an integer.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatFill (Function)
Initializes all the elements found in a matrix of a given size.
MatFloatMultiply (Function)
Multiplies each matrix element by a value.
ExceptionInfo (Function)
Retrieves information about the current exception.
HDeactivateFilter (Function)
Temporarily disables the filter on a data file (view or query).
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
ErrorThrow (Function)
Throw a non-fatal error.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
ArrayDeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
ThreadPause (Function)
Pauses the current thread during the specified duration.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
XMLSavePosition (Function)
Stores the current position in the XML document.
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
Complete (Function)
Returns a character string of a specified length.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.