[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: forms.pp line 1937
public destructor TFormPropertyStorage.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that event handler routines, assigned in the constructor to the form which owns the class instance, are removed before the class instance is freed. It calls the inherited destructor prior to exit.
Version 4.0 | Generated 2025-05-03 | Home |