ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
WITH
Factorizes the expression of an element on which several sub-elements or properties are accessed.
Extension procedure
By using extension procedures, you can add your own WLanguage procedures to different types of variables (string, date, color etc.)......
Assignment operators
Three assignment operators are available......
HSavePosition (Function)
Stores the current file context: current record, filter, pointers.
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Query editor: Characteristics
Passing parameters
The parameters can be passed to a procedure......
JavaExecute (Example)
Usage example of the JavaExecute function
Copying and cloning
Variables are copied using the "=" operator...
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
<Array>.Sort (Function)
Sorts a WLanguage array.
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
DotNetDelegate (Function)
Initializes a.NET delegate.
<Array>.Seek (Function)
Searches for the index of an element in a WLanguage array.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Principle for running threads
At runtime, an application runs in a main thread......