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...
SNMPTrapEnable (Function)
Enables the interception of an SNMP "trap" sent by an agent.
SNMPTrapDisable (Function)
Disables the interception of an SNMP trap.
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
SNMPOIDToString (Function)
Converts an OID from its numeric representation to its text representation.
SNMPStringToOID (Function)
Converts an OID from its text representation to its numeric representation.
SNMPOIDAccess (Function)
Returns the authorized access modes of a specific OID.
SNMPSet (Function)
Writes one or more values onto an SNMP agent for which an SNMP session was started.
SNMPOIDStatus (Function)
Returns the status of an OID.
SNMPOIDDescription (Function)
Returns the description of an OID.
SNMPOIDType (Function)
Returns the type of data in an OID.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one...
HCancelBackup (Function)
Cancels a current backup.
HInfoBackup (Function)
Returns information about one or more backups performed on an HFSQL Client/Server server....
NotesDocumentIdentifier (Function)
Returns the identifier of the current document in the Lotus Notes database browsed.
NotesDocumentDelete (Function)
Deletes the current document from the Lotus Notes database browsed.
PageRateDDW (Function)
Allows you to find out and modify the rate of gray for the pages that use DDW (Dim disabled pages).
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size...
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
HListTask (Function)
Lists the scheduled tasks of an HFSQL Client/Server server for a given connection....
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server....
ArrayToCSV (Function)
Converts a one-dimensional array or a two-dimensional array into a character string in CSV format.
CSVToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string in CSV format...
ServiceUninstall (Function)
Uninstalls a service.