Destructor for the class instance.
Source position: lazmethodlist.pas line 46
public destructor TMethodList.Destroy; override; |
Destroy is the destructor for the class instance. Destroy calls ReAllocMem to reset the size for memory allocated to the Items property. Destroy calls the inherited destructor.
|
Provides indexed access to methods in the list. |
| Version 4.4 | Generated 2025-11-08 | Home |