[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Add a string to the list
Source position: classesh.inc line 479
public function TStrings.Add( |
const S: String |
):Integer; virtual; |
Addadds Sat the end of the list and returns the index of Sin the list (which should equal Tstrings.Count
|
Add a string and associated object to the list. |
|
|
Insert a string in the list. |
|
|
Delete a string from the list. |
|
|
Indexed access to teh strings in the list. |
|
|
Number of strings in the list. |