Article # 278, added by Geoworks, historical record
| first |
previous |
index |
next |
last |
Does DBFree cause any moving of locked item blocks?
Q. Is it safe to assume that a call to DBFree will not result in moving of any locked item blocks or items ? A. Yes, it is safe. In fact, any calls to MemFree, LMemFree, etc. are safe. The only way a locked block (and therefore a locked DBItem) can be moved is by explicitly resizing the block. For DB item blocks, this would mean calling DBReAlloc.