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.
EmailSaveAttachment (Example)
Usage example of the EmailSaveAttachment function
EmailNbMessage (Example)
Usage example of the EmailNbMessage function
dFont (Example)
Usage example of the dFont function
EmailMsgError (Example)
Usage example of the EmailMsgError function
EmailReadPrevious (Example)
Usage example of the EmailReadPrevious function
EmailReadFirst (Example)
Usage example of the EmailReadFirst function
EmailListFolder (Example)
Usage example of the EmailListFolder function
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
EmailSeekFirst (Example)
Usage example of the EmailSeekFirst function
dPolygon (Example)
Usage example of the dPolygon function
CreateShortcut (Example)
Usage example of the CreateShortcut function
zipOpenCAB (Example)
Usage example of the zipOpenCAB function
DecryptStandard (Example)
Usage example of the DecryptStandard function
zipNbFile (Example)
Usage example of the zipNbFile function
zipIsMulti (Example)
Usage example of the zipIsMulti function
DeclareWebserviceContext (Example)
Usage example of the DeclareWebserviceContext function...
CookieWrite (Example)
Usage example of the CookieWrite function
CookieRead (Example)
Usage example of the CookieRead function
zipSize (Example)
Usage example of the zipSize function
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
MongoCreateCollection (Example)
Usage example of the MongoCreateCollection function
Compile (Example)
Usage example of the Compile function
HSubstDir (Example)
Usage example of the HSubstDir function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
zipExtractPath (Example)
Usage example of the zipExtractPath function