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.
ListDelete (Example)
Usage example of the ListDelete function
ListSelect (Example)
Usage example of the ListSelect function
fSizeUncompressed (Example)
Usage example of the fSizeUncompressed function
xlsMsgError (Example)
Usage example of the xlsMsgError function
fImageSelect (Example)
Usage example of the fImageSelect function
xlsOpen (Example)
Usage example of the xlsOpen function
fSelectDir (Example)
Usage example of the fSelectDir function
SocketConfigure (Function)
Configures the use of Socket functions.
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
XMLRoot (Example)
Usage example of the XMLRoot function
XMLData (Example)
Usage example of the XMLData function
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
XMLFind (Example)
Usage example of the XMLFind function
HAdd (Example)
Usage example of the HAdd function
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Replace (Example)
Usage example of the Replace function
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
ThreadSendSignal (Example)
Usage example of the ThreadSendSignal function
zipFindFile (Example)
Usage example of the zipFindFile function
dArc (Example)
Usage example of the dArc function
dBackground (Example)
Usage example of the dBackground function
dPixelColor (Example)
Usage example of the dPixelColor function
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
HInfoServerRights (Example)
Usage example of the HInfoServerRights function