[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: masks.pas line 329
public destructor TMaskList.Destroy; override; |
Destroy is the overridden destructor for the class instance. Destroy ensures that the internal object list for the class instance is freed. Destroy calls the inherited destructor prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |