Destructor for the class instance.
Source position: menus.pp line 130
public destructor TMergedMenuItems.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that menu items in the internal storage are freed. It calls the inherited destructor prior to exiting from the method.