ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
fMemOpen (Function)
Opens a memory zone shared between several applications.
The Clickable Image control
The Clickable Image control can be used to......
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
MemExist (Function)
Checks the existence of a memory zone.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
MemModify (Function)
Modifies an element in a memory zone.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
MemSort (Function)
Sorts the elements found in a memory zone.
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.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
MemFound (Function)
Checks whether the sought element was found.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
Copying and cloning
Variables are copied using the "=" operator...
Exist (Property)
The Exist property is used to determine if an element exists.
MemDeleteAll (Function)
Clears and deletes a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
MemCount (Function)
Returns the number of elements found in a memory zone.
MemDelete (Function)
Deletes an element from a memory zone.
MemCurrent (Function)
Returns the index of the current element.
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......