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...
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
InPrelaunchedSessionMode (Function)
Used to find out whether the site is started in "pre-launched session" mode of WEBDEV.
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
EmulatePaneUndock (Function)
Emulates the undocking of a pane in a dynamic Tab control.
EmulatePaneDock (Function)
Emulates the integration of an undocked pane in the associated dynamic Tab control.
geoTrackingEnable (Function)
Enables the management of location tracking in a WINDEV Mobile application.
geoTrackingDisable (Function)
Disables the tracking of user positions for a WINDEV Mobile application.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
geoTrackingStatus (Function)
Retrieves the status of the system for position tracking.
HListSynonym (Function)
Returns the list of synonyms used by a full-text index.
HListStopWord (Function)
Returns the list of stop words used by a full-text index.
HTTPSimulateNetwork (Function)
Simulates a slow network by limiting the download and upload speed.
ActionPlanConfigure (Function)
Configures an action plan in the software factory.
ActionBarSearchVisible (Function)
Allows you to get and change the visibility status of the search control associated with the Action...
ActionBarDeleteSearchHistory (Function)
Deletes the history from the search control found in the action bar of a window.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
SpreadsheetPosition (Function)
Displays the specified cell in a Spreadsheet control found in a window: either the visible area...
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
StreamChangeDriver (Function)
Specifies the camera that will be used as source for a stream and/or a Conference control....
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
MapExecuteJS (Function)
Runs the native code of Google Maps API in a Map control in JavaScript.
gpwEncryptedPasswords (Function)
Used to find out whether the passwords of the user groupware are encrypted.
gpwEncryptPassword (Function)
Returns the encrypted password.