Dispose a string in the collection from memory.
Source position: objects.pp line 500
procedure TStringCollection.FreeItem( |
Item: Pointer |
); virtual; |
TStringCollection overrides FreeItem so that the string pointed to by Item is disposed from memory.
None.
|
Destroy a non-nil item. |