ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Generating the RAD pattern
To generate a RAD pattern:...
docFragment (Type of variable)
The docFragment type is used to define the characteristics of a fragment found in a "docx" document.
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
TimeToString (Function)
Converts a time to a string in the specified format.
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
GetTypeDefinition (Function)
Gets the description of a type identified by name.
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.
New (Reserved word)
New is used to allocate memory space...
Assignment of RETURN
The return value of the process currently run can be assigned...
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
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.