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...
NotesViewSeekFirst (Function)
Seeks the first document found in the current view in Lotus Notes.
NotesViewListColumn (Function)
Lists the columns found in the current view in Lotus Notes.
AppointmentRead (Function)
Reads an appointment found in the calendar of a Lotus Notes or Outlook messaging.
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users...
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
NetMACToIP (Function)
Returns the IP address corresponding to a given MAC address.
NetIPToMAC (Function)
Returns the MAC address corresponding to a given IP address.
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
LockAppTimeout (Function)
Returns or modifies the idle time before a WINDEV application is locked.
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
LockAppPassword (Function)
Specifies a specific password for unlocking the current application (application locked...
LockAppOn (Function)
Locks a WINDEV application.
LockAppOff (Function)
Unlocks an application that was locked automatically or by LockAppPassword.
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria...
SysListScreen (Function)
Returns the list of screens connected to one or more video cards.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
SysListVideoCard (Function)
Returns the name of the video cards connected to the current computer.
SysNameMainScreen (Function)
Returns the name of the main screen for the computer.
SysListScreenResolution (Function)
Returns the possible resolutions for a screen.
BTStack (Function)
Returns the Bluetooth stack currently used.
HRestoreBackup (Function)
Used to restore: an immediate backup (performed by HBackup or via the HFSQL Control Center),...
zipExist (Function)
Used to find out whether an archive exists.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based...
ExeGetPID (Function)
Returns information about the current process.