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...
AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
SNMPGetNext (Function)
Reads the value found after the last value retrieved for an SNMP agent.
SNMPOIDType (Function)
Returns the type of data in an OID.
ArrayMoveLine (Function)
Allows: move a row in a two-dimensional array or in an advanced array property. The other array...
BrowserIsConnected (Function)
Indicates whether the browser is connected to the network.
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
JSInterruptEvent (Function)
Interrupts the process of current event.
AppListVersion (Function)
Lists the versions available on the reference setup server.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified...
ExeGetPID (Function)
Returns information about the current process.
SaaSAdminFindClient (Function)
Finds a SaaS client account.
WinInXPos (Function)
Returns the horizontal position of the upper-left corner of the internal area (without border...
AppChangeParameter (Function)
Changes an information in the mechanism for automatic application update.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Pop (Function)
Pops an element from a stack.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
HCheckServerUpdate (Function)
Checks for the latest version of the HFSQL server that can be automatically updated.
HModifyDatabaseRights (Function)
Sets the rights granted to a user or group for an HFSQL Client/Server database....
VideoStartDecoding (Function)
Starts decoding bar codes in a Camera control.
TaskPrevious (Function)
Reads the task before the current task in a Lotus Notes or Outlook task list.
SpreadsheetListName (Function)
Returns the list of names that identify a cell in a Spreadsheet control.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.