ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New (Reserved word)
New is used to allocate memory space...
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).
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....
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
fListFile (Example)
Usage example of the fListFile function
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
In64bitMode (Function)
Indicates whether the code is run in 64-bit mode or not.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
TimeToString (Function)
Converts a time to a string in the specified format.
Assignment of RETURN
The return value of the process currently run can be assigned...
ExceptionInfo (Function)
Retrieves information about the current exception.
MemFound (Function)
Checks whether the sought element was found.
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.
ErrorThrow (Function)
Throw a non-fatal error.
ThreadPause (Function)
Pauses the current thread during the specified duration.
Complete (Function)
Returns a character string of a specified length.
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Definition (Type of variable)
The Definition type is used to find out the characteristics of a type: simple type, advanced type, class, structure....