ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic array (Variable type)
A dynamic array is an "advanced" type of array...
New (Reserved word)
New is used to allocate memory space...
Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
fMemOpen (Function)
Opens a memory zone shared between several applications.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
SwipeEnabled (Property)
The SwipeEnabled property enables or disables the swipe gesture support: on an Internal Window control. on a row in a Looper control....
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Characteristics of Looper controls in a window
To display the control characteristics, select "Description" in the context menu of the control......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Assignment operators
Three assignment operators are available......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
PDF printing: Special cases
Specific features of print in PDF format...
MemExist (Function)
Checks the existence of a memory zone.
MemModify (Function)
Modifies an element in a memory zone.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.