Unit 'Objects' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TResourceCollection.FreeItem

Release memory occupied by item.

Declaration

Source position: objects.pp line 567

procedure TResourceCollection.FreeItem(

  Item: Pointer

); virtual;

Description

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.

Errors

None.

See also

TCollection.FreeItem

  

Destroy a non-nil item.


Documentation generated on: Jul 24 2023