[Overview][Types][Classes][Index] Reference for unit 'TextStrings' (#lazutils)

TTextStrings.Destroy

Destructor for the class instance.

Declaration

Source position: textstrings.pas line 80

public destructor TTextStrings.Destroy; override;

Description

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.

See also

TTextStrings.Clear

  

Clears the text and internal line ranges for the component.

TStrings.Destroy


Version 4.0 Generated 2025-05-03 Home