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

TTextStrings.AddStrings

Adds the lines of text in TheStrings to the current class instance.

Declaration

Source position: textstrings.pas line 94

public procedure TTextStrings.AddStrings(

  TheStrings: TStrings

); override;

Arguments

TheStrings

  

String list with the values added in the method.

Description

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.

See also

TTextStrings.AddObject

  

Adds a String and Object pair to the string list.

TStrings.Objects

TStrings.AddStrings


Version 4.0 Generated 2025-05-03 Home