ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ......
<Source>.SetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HForward (Function)
Moves several records forward from the current position in the data file, according to a specified item.
HBackward (Function)
Moves backward several records from the current position in the data file, according to a specified item.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
WinRateDDW (Function)
Gets and sets the dimming rate for windows that use the DDW (Dim Disabled Windows) feature.
NbMemoItem (Property)
The NbMemoItem property is used to get the total number of memo items in a record of: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
pdfDocument (Type of variable)
The pdfDocument type gets all the characteristics of a PDF file: author, date created, page content, etc.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
NbItem (Property)
The NbItem property is used to get the total number of items (including composite keys) in a record of: a file described in the data model editor, a file described programmatically, an HFSQL view, a query....
fContentType (Function)
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
<Source>.RetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
IWListDisplay (Function)
Refreshes the display of an "Internal window" control with automatic iteration on a data file or query.