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...
HTMLFindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML document...
NextTitle (Function)
Modifies the title of next window to open.
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
grCategoryLabel (Function)
Initializes the label of a data category (or section) in a chart.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
HSL (Function)
Creates a color from its hue, saturation and lightness.
OrgDelete (Function)
Deletes an element and its "children" from an Organization Chart control.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
MemCount (Function)
Returns the number of elements found in a memory area.
UPNPFindDevice (Function)
Finds a device based on its unique name (UDN).
PageRefresh (Function)
Refreshes a page displayed in the user's browser from the context on the server....
NotesSave (Function)
Saves the current document in Lotus Notes.
NearbyShareWaitForConnection (Function)
Makes the device visible to nearby devices in discovery mode (via NearbyShareDiscoverDevice)...
UPNPModifySharpness (Function)
Changes the sharpness of a UPnP device.
SysNotificationClear (Function)
Removes all interactive notifications previously sent by the current application.
LooperToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
Sin (Function)
Returns the sine of an angle.
HOnError (Function)
Customizes the management of HFSQL errors.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows...
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
SpreadsheetInsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
LooperCollapseExpand (Function)
On a given row of a Looper control: collapses a break (if it is expanded), expands a break...
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device...