[Overview][Types][Classes][Index] |
Clears and builds the array with the line ranges for the values in Text.
Source position: textstrings.pas line 66
protected procedure TTextStrings.BuildArrays; virtual; |
BuildArrays is a method used to clear and build the internal array with the line ranges for the values in Text. BuildArrays detects the number of end-of-line sequences in Text, allocates memory for the dynamic array, and fills the TTextLineRange instances with their values.
BuildArrays is called from methods used to read or write values in the Strings, Objects, or Count properties. It is called when the internal flag that indicates the array is valid has not been set.
|
Clears the internal array of line ranges used in the component. |
|
|
Contains the textual representation for the values in Strings. |
|
|
Gets the value for the Count property. |
|
|
Gets the ordinal position where the specified line ends in the Text property. |
|
|
Inserts the line of text in S at the specified position. |
|
|
Deletes the line of text at the specified position. |
|
|
Swaps the line values at the specified positions. |
|
|
Moves a String value from the current position to the new position. |
|
|
Adds a String and Object pair to the string list. |
|
|
Adds the lines of text in TheStrings to the current class instance. |
|
|
TTextLineRange - record structure showing start and end of line in text, the line as a string, and any user data. |
|
Version 4.0 | Generated 2025-05-03 | Home |