ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
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.
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Local procedure
Two types of procedures are available...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Typecasting of parameters
The description of the parameter type is optional...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a procedure...
iDestination (Function)
Configures the print destination.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
inAppPurchaseProduct (Function)
Sends a request for purchasing an "In-App" product associated with the application.
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HTMLEditorSelect (Function)
Selects a text fragment in an HTML Editor control.
RedisSet (Function)
Changes the value of a key on a Redis server.
StatCovariance (Function)
Calculates the covariance between two series of values.
DocSave (Function)
Saves a document as a "docx" file.
PermissionList (Function)
Returns one or all the permissions declared by the application.
TreeID (Function)
Used to build the path of the elements found in a TreeView control by differentiating...
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
DocRedoCount (Function)
Returns the number of canceled actions that can be redone on a Word Processing document.
dArc (Function)
Draws an arc of circle or an arc of ellipse: in an Image control, in an Image variable,...
StringFormat (Function)
Formats a character string according to the selected options.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV...
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
fSplit (Function)
Splits a file into several files.
BurnerPath (Function)
Returns the path of the current burner.
NotifPushListInvalidIdentifiers (Function)
Returns the list of invalid identifiers on the APN service of Apple.
TreeMapSeek (Function)
Finds the index of an element in a TreeMap control from the element path.