Release memory occupied by item.
Source position: objects.pp line 569
procedure TResourceCollection.FreeItem( |
Item: Pointer |
); virtual; |
FreeItem releases the memory occupied by Item. It de-allocates the name, and then the resourceitem record.
It does NOT remove the item from the collection.
None.
|
Destroy a non-nil item. |