[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destroy a non-nil item.
Source position: objects.pp line 419
procedure TCollection.FreeItem( |
Item: Pointer |
); virtual; |
FreeItem calls the destructor of Item if it is not nil.
Remark: | This function is used internally by the TCollection object, and should not be called directly. |
None.
|
Free item from collection, calling it's destructor. |
|
|
Free an item at the indicates position, calling it's destructor. |