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...
dCopyImage (Example)
Usage example of the dCopyImage function
dCircle (Example)
Usage example of the dCircle function
dLine (Example)
Usage example of the dLine function
dChord (Example)
Usage example of the dChord function
dPoint (Example)
Usage example of the dPoint function
dSlice (Example)
Usage example of the dSlice function
fEncrypt (Example)
Usage example of the fEncrypt function
fCopyFile (Example)
Usage example of the fCopyFile function
DnDGetData (Example)
Usage example of the DnDGetData function
DDEString (Example)
Usage example of the DDEString function
MapDisplayPosition (Example)
Usage example of the MapDisplayPosition function
HInfoFileRights (Example)
Usage example of the HInfoFileRights function
HReadSeek (Example)
Usage example of the HReadSeek function
SocketRead (Example)
Usage example of the SocketRead function
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCopyFile (Example)
Usage example of the HCopyFile function
NotesItem (Example)
Usage example of the NotesItem function
Serialize (Example)
Usage example of the Serialize function
ServiceInstall (Example)
Usage example of the ServiceInstall function
StatError (Example)
Usage example of the StatError function
ParallelTaskExecute (Example)
Usage example of the ParallelTaskExecute function
xlsData (Example)
Usage example of the xlsData function
DnDEvent (Example)
Usage example of the DnDEvent function
DnDIsDataAvailable (Example)
Usage example of the DnDIsDataAvailable function