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.
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