[Overview][Types][Classes][Index] |
Clears the text and internal line ranges for the component.
Source position: textstrings.pas line 81
public procedure TTextStrings.Clear; override; |
Clear is an overridden method which implements the abstract virtual method declared in the ancestor. It is used to remove the Text and line range information used in the component.
Clear calls the ClearArrays method to free TTextLineRange resources allocated to the internal dynamic array. The internal line counter is reset to 0 (zero), and the Text property is set to an empty string ('').
Clear is called when the component is freed, and before reading string values in the LCL component streaming mechanism.
|
Contains the textual representation for the values in Strings. |
|
|
Clears the internal array of line ranges used in the component. |
|
|
Destructor for the class instance. |
|
|
TTextLineRange - record structure showing start and end of line in text, the line as a string, and any user data. |
|
|
Implements a string list used in Memo controls. |
|
Version 4.0 | Generated 2025-05-03 | Home |