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...
CursorCapture (Example)
Usage example of the CursorCapture function
HAlias (Example)
Usage example of the HAlias function
zipClose (Example)
Usage example of the zipClose function
fAttribute (Example)
Usage example of the fAttribute function
fRename (Example)
Usage example of the fRename function
EnumControl (Example)
Usage example of the EnumControl function
SysIconAdd (Example)
Usage example of the SysIconAdd function
XMLParent (Example)
Usage example of the XMLParent function
XMLDocument (Example)
Usage example of the XMLDocument function
DnDCursor (Example)
Usage example of the DnDCursor function
DnDAccept (Example)
Usage example of the DnDAccept function
zipCurrentFile (Example)
Usage example of the zipCurrentFile function
zipExtractAll (Example)
Usage example of the zipExtractAll function
zipExtractFile (Example)
Usage example of the zipExtractFile function
fDecrypt (Example)
Usage example of the fDecrypt function
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
fDriveInfo (Example)
Usage example of the fDriveInfo function
GglGetStaticMap (Example)
Usage example of the GglGetStaticMap function
LDAPListAttribute (Example)
Usage example of the LDAPListAttribute function
LDAPNbValue (Example)
Usage example of the LDAPNbValue function
MatError (Example)
Usage example of the MatError function
RegistryCreateKey (Example)
Usage example of the RegistryCreateKey function
zipCreateExe (Example)
Usage example of the zipCreateExe function
zipListFile (Example)
Usage example of the zipListFile function
dPen (Example)
Usage example of the dPen function