ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
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...
Local procedure
Two types of procedures are available...
EncryptStandard (Example)
Usage example of the EncryptStandard function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
LoadWDL (Example)
Usage example of the LoadWDL function
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
Charact (Example)
Usage example of the Charact function
CameraChangeDriver (Example)
Usage example of the CameraChangeDriver function
BurnerList (Example)
Usage example of the BurnerList function
dTransferToImage (Example)
Usage example of the dTransferToImage function
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
HSetPosition (Example)
Usage example of the HSetPosition function
HOpenConnection (Example)
Usage example of the HOpenConnection function
HRecNum (Example)
Usage example of the HRecNum function
GanttListTask (Example)
Usage example of the GanttListTask function
SOAPError (Example)
Usage example of the SOAPError function
HTTPSendForm (Example)
Usage example of the HTTPSendForm function
DnDCacheData (Example)
Usage example of the DnDCacheData function
StatVarianceP (Example)
Usage example of the StatVarianceP function
GglConnect (Example)
Usage example of the GglConnect function
HErrorInfo (Example)
Usage example of the HErrorInfo function
EmailStartSession (Example)
Usage example of the EmailStartSession function
StatStandardDeviation (Example)
Usage example of the StatStandardDeviation function
StatAverage (Example)
Usage example of the StatAverage function
HError (Example)
Usage example of the HError function
OrganizerDeleteAppointment (Example)
Usage example of the OrganizerDeleteAppointment function
HExecuteView (Example)
Usage example of the HExecuteView function