[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Removes all strings and associated objects from the list.
Source position: classesh.inc line 485
public procedure TStrings.Clear; virtual; abstract; |
Clearwill remove all strings and their associated objects from the list. After a call to clear, TStrings.Countis zero.
Since it is an abstract method, TStringsitself does not implement Clear. Descendent classes such as TStringListimplement this method.
|
Delete a string from the list. |
|
|
Number of strings in the list. |