Free a TLookupList instance from memory.
Source position: db.pas line 278
| public destructor TLookupList.Destroy; override; | 
Destroy frees all resources (mostly memory) allocated by the lookup list, and calls then the inherited destructor.
| 
 | Create a new instance of TLookupList. |