ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
zipSelectFile (Function)
Selects files from an archive.
New (Reserved word)
New is used to allocate memory space...
ExceptionInfo (Function)
Retrieves information about the current exception.
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).
RoundFloor (Function)
Returns: the numeric value rounded down to the nearest integer. the duration rounded down to the nearest interval. the date and time rounded down to the nearest interval....
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.
HModifyUser (Function)
Modifies the information about a user according to the elements found in the corresponding variables for user management.
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).