ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
dbgLogOption (Function)
Retrieves or modifies the options of the runtime log.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
CompleteDir (Function)
Adds a backslash to the end of a string, if necessary.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
StringCount (Function)
Calculates: the number of occurrences of a specific character string (by respecting the search criteria) in another character string. the number of occurrences of a set of strings in an array....
dbgInfo (Function)
Returns a debug information.
TimeToString (Function)
Converts a time to a string in the specified format.
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).
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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....
CheckSpell (Property)
The CheckSpell property is used to enable or disable the automatic spelling checker.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
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).
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...