ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
IsEven (Function)
Identifies an even number.
EndTimerSys (Function)
Ends the execution of a timer triggered by TimerSys.
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.
MDIOpen (Function)
Opens and enables an MDI child window.
HTransactionList (Function)
Returns the list of current or interrupted transactions on the server for the specified connection.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
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.
ListInfo (Function)
Retrieves the characteristics of a WLanguage list: types of elements and number of elements.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
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.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.