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...
Miscellaneous WEBDEV functions
List of various WEBDEV functions...
DDEConnect (Example)
Usage example of the DDEConnect function
DDERetrieve (Example)
Usage example of the DDERetrieve function
fReadLine (Example)
Usage example of the fReadLine function
ExplorerRetrieve (Example)
Usage example of the ExplorerRetrieve function
ExplorerAccept (Example)
Usage example of the ExplorerAccept function
OpenSister (Example)
Usage example of the OpenSister function
MenuIsMarked (Example)
Usage example of the MenuIsMarked function
RegistrySetValue (Example)
Usage example of the RegistrySetValue function
dSaveImageGIF (Example)
Usage example of the dSaveImageGIF function
dSaveImageBMP (Example)
Usage example of the dSaveImageBMP function
dFill (Example)
Usage example of the dFill function
Decrypt (Example)
Usage example of the Decrypt function
Encrypt (Example)
Usage example of the Encrypt function
MemSeek (Example)
Usage example of the MemSeek function
Asc (Example)
Usage example of the Asc function
ArraySort (Example)
Usage example of the ArraySort function
StatSum (Example)
Usage example of the StatSum function
dText (Example)
Usage example of the dText function
FinRepayVal (Example)
Usage example of the FinRepayVal function
fGraphicFilter (Example)
Usage example of the fGraphicFilter function
fClose (Example)
Usage example of the fClose function
fWriteLine (Example)
Usage example of the fWriteLine function
Event (Example)
Usage example of the Event function
fUncompress (Example)
Usage example of the fUncompress function
1
5
6
7
8
9
331
>