ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure.
Local procedure
Two types of procedures are available...
Typecasting of parameters
The description of the parameter type is optional...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
NotesReset (Function)
Creates an empty document in Lotus Notes.
NotesDeleteItem (Function)
Deletes the specified item from the current document in Lotus Notes.
HExecuteProcedure (Function)
Runs a stored procedure.
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table...
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks...
TableAddChild (Function)
Adds a row into a TreeView Table control, at the end of a given hierarchy level.
TableInsertChild (Function)
Inserts a row into a TreeView Table control, in a given hierarchy level.
NotesItem (Function)
Returns the value of items for the current Notes document in Lotus Notes.
TableDeleteChild (Function)
Deletes all child rows from a branch of the hierarchy.
zipCompressionLevel (Function)
Changes the compression level used when creating an archive in ZIP format or in 7z format.
HPriority (Function)
Finds out and modifies the priority of the calling application.
HPriorityClient (Function)
Modifies the priority of a client application.
HUpdateSet (Function)
Creates or updates a set of procedures on an HFSQL server.
HDeleteSet (Function)
Deletes a set of stored procedures from an HFSQL server.
HInfoLog (Function)
Returns information about the server logs.
HRetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device...
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found...
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes...
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
AppointmentReset (Function)
Reinitializes: the Appointment structure. the Appointment variable....
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes...
AppointmentDelete (Function)
Deletes: the current appointment from the calendar of a Lotus Notes or Outlook messaging....
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.