ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Memory zone
MemDelete (Function)
Deletes an element from a memory zone.
MemSetPosition (Function)
Positions the memory zone on an element.
MemModify (Function)
Modifies an element in a memory zone.
MemExist (Function)
Checks the existence of a memory zone.
MemDeleteAll (Function)
Clears and deletes a memory zone.
fMemExist (Function)
Checks the existence of a shared memory zone.
MemSort (Function)
Sorts the elements found in a memory zone.
MemCount (Function)
Returns the number of elements found in a memory zone.
fMemOpen (Function)
Opens a memory zone shared between several applications.
MemRetrieve (Function)
Retrieves the return value of an element found in a memory zone.
MemNext (Function)
Positions on the next element of a memory zone and returns the value of this element.
MemFirst (Function)
Positions on the first element of a memory zone and returns the value of this first element.
MemKeyVal (Function)
Returns the value (added or modified by MemAdd or MemModify) of the current element in a memory zone.
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
Sorts in a report
The sort is used to organize the information displayed in the report......
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
MemZoneName (Property)
The MemZoneName property is used to: find out the name of the memory area used as data source for a report. modify the name of the memory area used as data source for a report....
fMemWait (Function)
Waits for the end of process about the notifications of modification of a shared memory area.
MemLast (Function)
Sets the position on the last element of memory area and returns the value of this element.
MemCreate (Function)
Creates a memory area.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
MutexCreate (Function)
Explicitly creates a mutex.