ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
AppointmentPrevious (Function)
Reads the appointment before the current appointment in a Lotus Notes or Outlook calendar.
OpenAPIToHTTP (Function)
Builds the HTTP request to call a function of an API. It can then be sent using HTTPSend.
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
SchedulerModifyTask (Function)
Modifies the parameters of a scheduled task.
xlsClose (Function)
Closes an XLS file.
UUEncode (Function)
Encodes a character string according to the UUEncode algorithm.
SysTheme (Function)
Returns the current theme of the device.
XMLElementType (Function)
Returns the type of current element (tag or attribute).
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
RandomCryptoInteger (Function)
Returns a random number that can be used with the cryptographic technologies.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and subdirectories) from an FTP server.
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HInfoTask (Function)
Returns the characteristics of a scheduled task in a hScheduledTask variable].
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.