RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWideStrings.Clear Method

Introduces an abstract (Delphi) or pure virtual (C++) method to empty the list and any associated objects.

Pascal
procedure Clear; virtual; abstract;
C++
virtual __fastcall Clear() = 0;

Descendants of TWideStrings implement a Clear method to delete all the strings in the list, and to remove any references to associated objects. 

 

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