Important: The information in this document is obsolete and should not be used for new development.
Transferring Data Between the Scrap in Memory and the Scrap on Disk
When system software launches your application, it initially allocates space in your application's heap for the scrap. To write the scrap from memory to the scrap file, use theUnloadScrap
function. To read data from a scrap file into memory, use theLoadScrap
function.
Subtopics
- UnloadScrap
- LoadScrap