ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
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.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a 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...
Typecasting of parameters
The description of the parameter type is optional...
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
SaaSAdminSubscriptionDeallocateLicense (Function)
Cancels a subscription license for a SaaS user.
SaaSAdminCreateClientDatabase (Function)
Creates the database of a client account for a SaaS site.
SaaSAdminConfigureSiteData (Function)
Configures the management of data for a SaaS site.
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
SaaSAdminFindSubscription (Function)
Finds a SaaS subscription.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
SaaSAdminSiteConnection (Function)
Returns the connection to the common database or to the reference database of the SaaS site.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
OrganizerSelectMinus (Function)
Deselects an appointment from an Organizer control.
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
XMLFindNamespaceByURI (Function)
Finds an XML namespace from its URI (Universal Resource Identifier) in a node and in the parents...
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
SaaSAdminListClientSubscription (Function)
Lists the SaaS subscriptions of a client account.
iColumnEnd (Function)
Forces a column break in a multi-column report.
JSInterruptEvent (Function)
Interrupts the process of current event.
SaaSAdminConfigureCurrency (Function)
Configures the currency used in the connection reports of the SaaS system.
grSeriesSecondaryAxis (Function)
Defines whether a series will be drawn on the secondary axis.
EmailStartIMAPSession (Function)
Starts a session for receiving and reading emails with the IMAP protocol.
GPSGetPosition (Function)
Retrieves information about the current device position.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
GPSStatus (Function)
Retrieves the activation status of the geolocation provider or asks to be notified when the status...
GPSDetectPosition (Function)
Asks to be notified when the device gets close to a given location.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.