ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FinPeriodInterest (Function)
Calculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
HDBDescribeField (Function)
Describes through programming each item found in the structure of an xBase file described by HDBDescribeFile.
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.
EmailReadFirst (Function)
Reads the first incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Conversion (Function)
Converts a value from a unit to another one.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
SpeechSynthesisReadText (Function)
Reads the specified text using the device's text-to-speech engine....
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
EmailMessageLength (Function)
Calculates the size of specified message (without loading the message).
EmailImportSource (Function)
Populates an Email variable using the content of its Source property or the different variables of the email structure using the content of the Email.Source variable.
HDBDescribeIndex (Function)
Describes through programming the different index files that will be created.
Multimedia constants
List of constants used by the multimedia functions....
fCurrentDir (Function)
Identifies or modifies the current directory.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas......
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HNoDatabaseAccess (Function)
Denies all new connections to a database or to all databases.
NFCStatus (Function)
Returns the activation status of the NFC sensor found on the device.
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
dbgEndMemoryDiff (Function)
Saves a memory dump containing the memory resources that have been allocated and that have not been freed since the previous call to dbgStartMemoryDiff.