ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MatExist (Function)
Checks the whether the matrix exists in memory.
MemSort (Function)
Sorts the elements found in a memory zone.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageJPEG (Function)
Saves an image: in a JPEG file. in memory....
UnloadWDL (Function)
Frees the library that was loaded in memory by LoadWDL.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
Creating the Table pages of the WEBDEV RAD pattern
Creating an Android widget
Widgets are small applications that can be displayed on the home screen of phones or tablets......
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
WDOptimizer: Editing and modifying a ".REP" file
fMemOpen (Function)
Opens a memory zone shared between several applications.
dSaveImageTIFF (Function)
Saves an image in TIFF format into a file or memory.
<Tiff variable>.SaveTIFF (Function)
Saves an image in TIFF format into a file or memory.
<Image>.SaveBMP (Function)
Saves an image: in a file in BMP format. in memory....
<Image>.SaveGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
MemCount (Function)
Returns the number of elements found in a memory zone.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
SysSpace (Function)
Returns the physical memory space for the current computer.
LoadWDL (Function)
Loads a library of WINDEV objects in memory (.WDL).
Creating the Relation pages of a WEBDEV RAD pattern
Creating the Form pages of a WEBDEV RAD pattern