ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
HListGroup (Function)
Returns the list of groups of users defined for a connection.
HListUser (Function)
Returns the list of users defined for a connection.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
UTF8ToString (Function)
Converts a UTF-8 string to ANSI or UNICODE.
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentFirst (Function)
Reads the first appointment in a Lotus Notes or Outlook calendar.
HStatNbRec (Function)
Returns the number of entries for a given key item.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
AppointmentPrevious (Function)
Reads the appointment before the current appointment in a Lotus Notes or Outlook calendar.
StringInsert (Function)
Inserts a string into another character string at a given position.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
ExceptionPropagate (Function)
Propagates an exception.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
Format (Property)
The Format property is used to identify and change the format of an element
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
UTFConvert (Function)
Converts a string or buffer to the specified format: UTF, Ansi, Unicode.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
ExceptionRestoreParameter (Function)
Restores the exception process of a process.
HDeleteBackup (Function)
Deletes a backup previously created with HBackup.
1. Implementing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 1 - Implementing a Client/Server database - 10 min...
ThreadExecute (Function)
Starts the execution of a secondary thread.
HCloseConnection (Example)
Usage example of the HCloseConenction function