ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IsOdd (Function)
Identifies an odd number.
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HInfoServer (Function)
Returns the specified information about the server.
SMSFirst (Function)
Reads the first SMS message stored on the Android phone.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
IntToHexa (Function)
Returns the hexadecimal string of a numeric value.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
TextToXML (Function)
Converts an ANSI string to an XML string.
Phonetic (Function)
Returns the phonetic transcription of the string passed as parameter.
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
Dynamic Island
One major feature of the latest iPhone is the Dynamic Island, which transforms the black notch into a widget......
RightToLeft (Property)
The RightToLeft property is used to get the writing direction on a control, column, window or report.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
zipCurrentFile (Function)
Returns the name of the archived file currently handled by the functions for adding and extracting files.
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min