help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TStrings.Clear

Removes all strings and associated objects from the list.

Declaration

Source position: classesh.inc line 493

public procedure TStrings.Clear; virtual; abstract;

Description

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. Descendent classes such as TStringList implement this method.

See also

TStrings.Items

TStrings.Delete

  

Delete a string from the list.

TStrings.Count

  

Number of strings in the list.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505