help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TFPObjectList.Delete

Delete an element from the list.

Declaration

Source position: contnrs.pp line 48

public procedure TFPObjectList.Delete(

  Index: Integer

);

Arguments

Index

  

Index of the object to delete.

Description

Delete removes the object at index Index from the list. When OwnsObjects is True, the object is also freed.

Errors

An access violation may occur when OwnsObjects is True and either the object was freed externally, or when the same object is in the same list twice.

See also

TTFPObjectList.Remove

TFPObjectList.Extract

  

Extract an object from the list

TFPObjectList.OwnsObjects

  

Should the list free elements when they are removed.

TTFPObjectList.Add

TTFPObjectList.Clear

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505