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.
<Buffer type>.DecryptAsymmetric (Function)
Decrypts a buffer with a private/public key algorithm with RSA encryption....
<Buffer type>.EncryptAsymmetricEnvelopped (Function)
Performs an asymmetric encryption of an envelope.
<DiskFile variable>.ChangeSize (Function)
Resizes an external file.
<Gantt chart>.DeleteTask (Function)
Removes a task from a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.WorkingWeekDay (Function)
Indicates if a day of the week is a working day in a Gantt Chart column in a Table or TreeView...
<Gantt chart>.ListLink (Function)
Lists the links in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.ListTask (Function)
Returns: the list of tasks between two given dates in a Gantt Chart column, all the tasks...
<Gantt chart>.GetTask (Function)
Gets a task using its identifier in a Gantt Chart column in a Table or TreeView Table control.
<Gantt chart>.DeleteLink (Function)
Removes links from a Gantt Chart column in a Table or TreeView Table control.
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
<zipArchive variable>.FindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
<Diagram variable>.Search (Function)
Searches for shapes containing a specific text in a diagram.
<Description of ParallelTask>.Execute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Diagram variable>.Save (Function)
Saves a diagram as a "diag" file.
<zipArchive variable>.Exist (Function)
Determines whether an archive exists.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task...
Print functions (prefixed syntax)
List of print functions...
External language: Programming in C++ (WDWDIAL interface)
This third method uses the notion of class inheritance to simplify the interfacing between a C++...
Operators on character strings
The character strings can be handled by specific WLanguage functions...
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
Functions for managing objects (External language)
Runtime log
The runtime log is the best way to identify the most used features of an application......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......