ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
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.
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.
Passing parameters
The parameters can be passed to a procedure...
ContactSearch (Function)
Searches for a contact in a Lotus Notes or Outlook address book.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
ContactModify (Function)
Modifies the current contact in a Lotus Notes or Outlook address book.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
ContactReset (Function)
Reinitializes: the Contact structure. a Contact variable....
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list...
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break...
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf)...
ExecuteAncestor (Function)
When the code is overridden, used to run the process of the template corresponding to the process...
TableGiveParent (Function)
Returns the "parent" of an element in a TreeView Table control.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups...
EmailAddFolder (Function)
Adds a folder into the messaging software (Outlook, messaging software using the IMAP protocol...
EmailSeekFirst (Function)
Finds one or more emails according to the criteria specified in the messaging software (Outlook,...
EmailCurrentFolder (Function)
Returns the name of current folder in the messaging software (Outlook, messaging software using...
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
EmailRemoveFolder (Function)
Deletes a folder from the Outlook messaging software or from an IMAP server.
EmailChangeFolder (Function)
Modifies the current folder in the messaging software (Outlook, messaging software using the IMAP...
SysStandby (Function)
Allows you to: enable and disable the standby mode (Android) display the system screen used...
SysSerialNum (Function)
Returns the IMEI number of the current device.