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...
TreeStatus (Function)
Returns the status of a node: collapsed, expanded or not found.
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
TreeCollapseAll (Function)
Collapses a branch previously expanded (as well as its child elements).
TreeCollapse (Function)
Collapses a branch previously expanded.
StatMax (Function)
Calculates the maximum value for a series of values.
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
VideoSetDriver (Function)
Connects the "Camera" control to a specific driver for video capture.
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
StatMin (Function)
Calculates the minimum value for a series of values.
TreeExpand (Function)
Expands a node in a TreeView control.
VideoConfigure (Function)
Allows you to configure the video capture driver.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used...
HResetGroup (Function)
Initializes the structure for group management (HGroup) with the default values.
HOut (Function)
Used to find out whether the record on which you want to be positioned is located outside the data...
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HRecordToXML (Function)
Retrieves the structure and the value of the current record and exports them into a character...
HDeleteFile (Function)
Deletes the HFSQL data files (.fic, .ndx, .ftx and .mmo files if they exist) from the server.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HDeleteGroup (Function)
Deletes (from the server) a group of users associated with a connection.
HErrorLock (Function)
Used to check whether a lock error occurred.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HErrorDuplicates (Function)
Used to check whether a duplicate error occurred.