TStrings.Add

Add a string to the list

Declaration

Source position: classesh.inc line 701

public 
  function Add(const S: string) : Integer;  Virtual;  Overload;
  function Add(const Fmt: string; const Args: Array of const) : Integer
              ;  Overload;

Description

Add adds S at the end of the list and returns the index of S in the list (which should equal Tstrings.Count

See also

Name Description
TStrings.AddObject Add a string and associated object to the list.
TStrings.Count Number of strings in the list.
TStrings.Delete Delete a string from the list.
TStrings.Insert Insert a string in the list.
TStrings.Objects Indexed access to the objects associated with the strings in the list.
TStrings.Strings Indexed access to the strings in the list.

results matching ""

    No results matching ""