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...
fTempFile (Example)
Usage example of the fTempFile function
EmailReadLast (Example)
Usage example of the EmailReadLast function
dSaveImagePNG (Example)
Usage example of the dSaveImagePNG function
EmailChangeFolder (Example)
Usage example of the EmailChangeFolder function
TableBreakIndex (Example)
Use example for the TableBreakIndex function
FTPConnect (Example)
Usage example of the FTPConnect function
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
ControlClone (Example)
Usage example of the ControlClone function
HListKey (Example)
Usage example of the HListKey function
HModifyStructure (Example)
Usage example of the HModifyStructure function
API (Example)
Usage example of the API function
fWrite (Example)
Usage example of the fWrite function
fExtractPath (Example)
Usage example of the fExtractPath function
EnumSubElement (Example)
Usage example of the EnumSubElement function
CertificateSignString (Example)
Usage example of the CertificateSignString function
FTPAttribute (Example)
Usage example of the FTPAttribute function
fCreate (Example)
Usage example of the fCreate function
fDriveReady (Example)
Usage example of the fDriveReady function
fShortName (Example)
Usage example of the fShortName function
FTPTime (Example)
Usage example of the FTPTime function
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
FTPSize (Example)
Usage example of the FTPSize function
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
FTPDate (Example)
Usage example of the FTPDate function
fListDirectory (Example)
Usage example of the fListDirectory function