[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Add a string to the list
Source position: classesh.inc line 487
public function TStrings.Add( |
const S: String |
):Integer; virtual; |
Add adds S at the end of the list and returns the index of S in 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 the strings in the list. |
|
|
Number of strings in the list. |
No notes exist for this page yet.