ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

StringToDuration (Function)
Converts a duration in character string format to a duration that can be used by a Duration variable.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
InitRandom (Function)
Initializes the generator of random numbers.
Random (Function)
Returns a random number.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
IntegerToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date (this date is an integer).
InAutomaticTestMode (Function)
Used to find out whether an automatic test is currently run or not.
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....
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop. from a computer directly....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
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.
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...