[Overview][Types][Classes][Index] |
Adds the lines of text in TheStrings to the current class instance.
Source position: textstrings.pas line 94
public procedure TTextStrings.AddStrings( |
TheStrings: TStrings |
); override; |
TheStrings |
|
String list with the values added in the method. |
AddStrings is an overridden method in TTextStrings used to add the lines of text in TheStrings to the current class instance. No actions are performed in the method when TheStrings does not contain any lines of text.
Builds (or re-builds) the internal array of line ranges for the class instance. Values from the Objects property in TheStrings are also copied in the method.
|
Adds a String and Object pair to the string list. |
|
Version 4.0 | Generated 2025-05-03 | Home |