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.
GglListCalendar (Example)
Usage example of the GglListCalendar function
GglGetCalendar (Example)
Usage example of the GglGetCalendar function
ProgressBarEnable (Example)
Usage example of the ProgressBarEnable function
TwainState (Example)
Usage example of the TwainState function
ComponentInfo (Example)
Usage example of the ComponentInfo function
HashFile (Example)
Usage example of the HashFile function
TableInfoXY (Example)
Usage example of the TableInfoXY function
InAndroidMode (Example)
Usage example of the InAndroidMode function
ChangeCharset (Example)
Usage example of the ChangeCharset function
OpenChild (Example)
Usage example of the OpenChild function
COMQueryInterface (Example)
Usage example of the COMQueryInterface function
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function
ParallelTaskExecuteAfterAll (Example)
Usage example of the ParallelTaskExecuteAfterAll function
GglRequest (Example)
Usage example of the GglRequest function
AJAXExecute (Example)
Usage example of the AJAXExecute function
SNMPTrapEnable (Example)
Usage example of the SNMPTrapEnable function
SSHRead (Example)
Usage example of the SSHRead function
JSONToVariant (Example)
Usage example of the JSONToVariant function
MapAddMarker (Example)
Usage example of the MapAddMarker function
VideoSetDriver (Example)
Usage example of the VideoSetDriver function
MDI functions (prefix syntax)
List of MDI functions...
Assisted input in an edit control (prefix syntax)
Implementing input suggestions in an Edit control is very simple......
INIRead (Example)
Usage example of the INIRead function
PageParameter (Example)
Usage example of the PageParameter function
1
4
5
6
7
8
331
>