[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Destructor for the class instance.
Source position: dialogs.pp line 499
public destructor TFindDialog.Destroy; override; |
Destroy is the overridden destructor for the class instance. It ensures that the internal TForm instance for the dialog form is freed (when assigned). Destroy calls the inherited destructor to perform and remove free notifications for the referenced counted component.
Version 4.0 | Generated 2025-05-03 | Home |