Futurebasic/Language/Reference/def disposeh
DEF DISPOSEH Statement
DEF DISPOSEH
Statement
✔ Appearance ✔ Standard ✔ Console
Syntax
DEF DISPOSEH(handle&)
Description
If handle& represents a valid handle to a relocatable memory block, this statement disposes of the block, and sets the value of handle& to zero (handle& must be a long-integer variable or a HANDLE variable).
If handle& does not represent a valid handle, the statement sets the value of handle& to zero, but otherwise does nothing.
Note
Never use DEF DISPOSEH on a resource.
See Also
DEF CLEARHANDLE;
KILL FIELD;
DISPOSEHANDLE Toolbox routine: http://developer.apple.com/documentation/mac/Memory/Memory-73.html; Inside Macintosh: http://developer.apple.com/documentation/macos8/mac8.html; Memory: http://developer.apple.com/documentation/mac/Memory/Memory-2.html