ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
IsEven (Function)
Identifies an even number.
Min (Function)
Returns the lowest value.
NbPendingThread (Property)
The NbPendingThread property is used to get the number of pending threads in a queue or in a stack.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
ControlCurrent (Function)
Returns the name of the control currently in edit.
TimeValid (Function)
Checks the time validity.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
fSeparator (Function)
Returns a file path with normalized separators.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
Cos (Function)
Calculates the cosine of an angle.
CoTan (Function)
Calculates the cotangent of an angle.
Root (Function)
Returns the root of a number.
Sin (Function)
Returns the sine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
RepeatString (Function)
Concatenates N number of copies of the same specified string or buffer.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
StringFormat (Function)
Formats a character string according to the selected options.
ArcCos (Function)
Returns the arc cosine of a numeric value (integer or real).
ArcSin (Function)
Returns the arc sine of a numeric value (integer or real).