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...
HaspHLRead (Function)
Reads data (character string or buffer) in the internal memory of the Hasp key.
HaspHLWrite (Function)
Writes data (character string or buffer) into the internal memory of the Hasp key.
HTTPCertificate (Function)
Modifies the client certificate used by default to identify oneself on a server.
TreeMapInfoXY (Function)
Returns the index of the element displayed at a given position in a TreeMap control.
TreeMapSearch (Function)
Finds the index of an element in a TreeMap control from the element path.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
TreeMapSelectGroup (Function)
Visually selects a group of elements in a TreeMap control.
TreeMapDelete (Function)
Deletes an element from a TreeMap control.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
TreeMapDeleteAll (Function)
Deletes all elements from a TreeMap control.
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
fMemExist (Function)
Checks the existence of a shared memory zone.
fMemOpen (Function)
Opens a memory zone shared between several applications.
AppInstallVersion (Function)
Installs a specific application version.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word...
SpellAddDictionary (Function)
Adds a word to the dictionary of OpenOffice: for the instance of the current application....
SpellCheck (Function)
Indicates whether the spelling of a word is correct (which means whether it is found...
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
TreeMapCount (Function)
Returns the number of elements found in a TreeMap control.
HModifyScheduledOptimization (Function)
Modifies a scheduled optimization task on the HFSQL server defined by the connection.
HModifyScheduledBackup (Function)
Modifies a backup scheduling.
ServiceExist (Function)
Checks whether a service is installed.
HListServer (Function)
Lists the HFSQL servers installed on a computer.