Good Morning. Exists a function that say how much memory is free?? I have problems with bitmaps and I am using various methods to load it, but I don't know what method is better.
Something like:
log ("Now you have: " & FreeMemory & " MB free.")
Another question, what method is the best to free a bitmap. Remove view is good?
Sorry for my English.
Yes, AvailableInternalMemorySize works, but this function returns the value of free Internal Memory (where applications are installed) and I want to know how free RAM (memory where applications are running).