Summary
Frees the object.
Class
TMtxVec
Declaration
Procedure FreeToCache;
Description
If the object was created with a call to CreateIt, this routine will call FreeIt. If the object was created with a call to constructor (Create), this routine will call the destructor (Free).
.NET specificsUnder .NET the object must have its "Free" routine called either via this method or directly, or memory leaks will occure.
| Copyright 2008 Dew Research |
http://www.dewresearch.com