RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TTabList.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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!