ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.MoveLine (Function)
Moves a row or swaps two rows in a Table control.
The Static control
A Static control is a control used to display a static text......
HNbRec (Example)
Usage example of the HNbRec function
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
TimeDifference (Function)
Calculates the difference between two times in hundredths of a second.
fCompare (Example)
Usage example of the fCompare function
HChangeName (Example)
Usage example of the HChangeName function
XMLAddChild (Example)
Usage example of the XMLAddChild function
XMLData (Example)
Usage example of the XMLData function
ErrorBuild (Function)
Displays a custom error message in a system error window.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
Today (Function)
Returns or modifies the system date (current date defined on the current computer).
HListItem (Function)
Returns the list of items: found in a table (a query or a view) known to the HFSQL engine. The tables defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min
fReadLine (Example)
Usage example of the fReadLine function
HListItem (Example)
Usage example of the HListItem function