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...
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
fSeek (Function)
Gets and sets current position in an external file.
fClose (Function)
Closes an external file.
fChangeSize (Function)
Resizes an external file.
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Sensor functions
The following functions are used to manage the compass and the accelerometer in an application run...
<Chaîne OEM>.OemVersAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
RTFSelection (Function)
Modifies or lists attributes of text currently selected in an control RTF (from a window or report...
NetworkConnect (Function)
Associates a drive with a shared network directory.
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed,...
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
ArrayDistinct (Function)
Returns an array without duplicates.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
NoCharacter (Function)
Returns a string after removing the specified leading and trailing characters.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
InWebserviceMode (Function)
Used to find out whether the execution is in progress in the AWWS engine.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
SysColor (Function)
Identifies or modifies the color of a Windows element.
WordToArray (Function)
Fills an array with the words from a string.
TimePicker (Function)
Opens the system time picker.