[Overview][Types][Classes][Index] |
Appends the specified text to the values in Strings.
Source position: textstrings.pas line 92
public function TTextStrings.Add( |
const S: string |
):Integer; override; |
S |
|
String appended to the Strings property. |
Ordinal position in Strings where the value was stored.
Calls AddObject to append the value in S. Nil is used as the value for the object parameter.
Version 4.0 | Generated 2025-05-03 | Home |