[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Removes all strings and associated objects from the list.
Source position: classesh.inc line 719
public procedure TStrings.Clear; virtual; abstract; |
Clear will remove all strings and their associated objects from the list. After a call to clear, TStrings.Count is zero.
Since it is an abstract method, TStrings itself does not implement Clear. Descendant classes such as TStringList implement this method.
|
Indexed access to the objects associated with the strings in the list. |
|
|
Indexed access to the strings in the list. |
|
|
Delete a string from the list. |
|
|
Number of strings in the list. |