[Overview][Types][Classes][Index] |
Destructor for the class instance.
Source position: textstrings.pas line 80
public destructor TTextStrings.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls the Clear method to remove the values in the component, and free the resources allocated to the internal array of line ranges.
Destroy calls the inherited destructor prior to exiting from the method.
|
Clears the text and internal line ranges for the component. |
|
Version 4.0 | Generated 2025-05-03 | Home |