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

TTextStrings.Add

Appends the specified text to the values in Strings.

Declaration

Source position: textstrings.pas line 92

public function TTextStrings.Add(

  const S: string

):Integer; override;

Arguments

S

  

String appended to the Strings property.

Function result

Ordinal position in Strings where the value was stored.

Description

Calls AddObject to append the value in S. Nil is used as the value for the object parameter.

See also

TStrings.Add


Version 4.0 Generated 2025-05-03 Home