[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Release memory occupied by item.
Source position: objects.pp line 494
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. |