ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
<Document variable>.Redo (Function)
Restores the last action canceled on a Document variable.
<Document variable>.Undo (Function)
Undoes the last action performed on a Document variable.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
pszWDGetLastError: Message of last error
Retrieves the message corresponding to the last error that occurred......
Right (Function)
Extracts the last characters from a string or string buffer.
SQLLast (Function)
Sets the position on the last row of the query result.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
DotNetError (Function)
Returns the error for the last .Net procedure that failed.
<Source>.StatTime (Function)
Returns the time of the last update for the index statistics.
HStatTime (Function)
Returns the time of the last update for the index statistics.
HStatDate (Function)
Returns the date of the last update for the index statistics.
<Sliding Banner>.Last (Function)
Displays the last plane of a Sliding Banner control.
Telephony: Managing the incoming calls
The management of the incoming calls is performed in a specific "thread"....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
3. Deploying a dynamic WEBDEV site
Device panel
In WINDEV Mobile, you can create applications that adapt to all devices, by setting anchors on the controls......
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
Timer on button (AAF)
In an application developed in WINDEV, the user has the ability to implement a timer on a button......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......