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.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Parameters of a procedure/function
You have the ability to pass parameters to 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...
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage 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.
Passing parameters
The parameters can be passed to a 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.
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