ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Memory area functions
22 results
Adds an element to a memory area.
Returns the number of elements found in a memory zone.
Creates a memory area.
Returns the index of the current element.
Deletes an element from a memory zone.
Clears and deletes a memory zone.
Checks the existence of a memory zone.
Positions on the first element of a memory zone and returns the value of this first element.
Checks whether the sought element was found.
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
Sets the position on the last element of memory area and returns the value of this element.
Modifies an element in a memory zone.
Positions on the next element of a memory zone and returns the value of this element.
The following functions are used to handle the certificates:
Used to find out whether the browse performed on a memory area is outside this memory area.
Positions on the element found before the current element of a memory zone and returns the value of this element.
Retrieves the return value of an element found in a memory zone.
Usage example of the MemSeek function
Seeks an element in a memory area:
  • on the value added by MemAdd or on the value modified by MemModify,
  • on the return value.
Positions the memory zone on an element.
Sorts the elements found in a memory zone.
MemSort_55 is kept for backward compatibility.