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, ...
MemCreate (Function)
Creates a memory area.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Controls of a dynamic page
Several types of controls can be handled in a dynamic page ......
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control......
ERR_BAD_WEBDEV_CONFIG
ERR_BAD_WEBDEV_CONFIG: Wrong overall WEBDEV configuration....
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
<Image>.Fill (Function)
Colors an area in an Image control.
<Image variable>.Fill (Function)
Colors an area in an Image variable.
MemAdd (Function)
Adds an element to a memory area.
iPrintArea (Function)
Prints a text in a rectangular area.
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
MemModify (Function)
Modifies an element in a memory area.
MemDeleteAll (Function)
Clears and deletes a memory area.
MemDelete (Function)
Deletes an element from a memory area.
GeometryArea (Function)
Calculates the area of a given geometry.