ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
GroupLast (Function)
Reads the last group of contacts in a Lotus Notes or Outlook address book.
<Source>.Last (Function)
Sets the position on the last record of a data file according to a browse item.
ERR_NOTADEVVERSION
<Source>.ReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
FinError (Function)
Returns the number of the last error caused by a Finxxx function (financial functions).
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Reloading a document
To reload a document, ......
ERR_DISCONNECTED_UPDATE
ERR_BAD_CONTEXT_FOUND
The Toolbar control
The Toolbar control is an advanced type of control, linked to a window......