[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Add a string to the list
Source position: classesh.inc line 700
public function TStrings.Add( |
const S: string |
const Fmt: string; |
const Args: array of Const |
):Integer; overload; |
Add adds S at the end of the list and returns the index of S in the list (which should equal Tstrings.Count
|
Indexed access to the objects associated with the strings in the list. |
|
|
Add a string and associated object to the list. |
|
|
Insert a string in the list. |
|
|
Delete a string from the list. |
|
|
Indexed access to the strings in the list. |
|
|
Number of strings in the list. |