[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Destroys the list and releases the memory used to store the list elements.
Source position: classesh.inc line 163
public destructor TFPList.Destroy; override; |
Destroy destroys the list and releases the memory used to store the list elements. The elements themselves are in no way touched, i.e. any meomory they point to must be explicitly released before calling the destructor.
No notes exist for this page yet.