RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringList.Clear Method

Deletes all the strings from the list.

Pascal
procedure Clear; override;
C++
virtual __fastcall Clear();

Call clear to empty the list of strings. All references to associated objects are also removed. However, the objects themselves are not freed. 

 

Delete 

Objects 

Strings

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!