RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractNamedVariants.Clear Method

Empties the list of all its name/Variant pairs.

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

Call Clear to empty the named Variants list. After a call to Clear, the value of the Count property is zero. 

TAbstractNamedVariants declares Clear as an abstract or (in C++ terminology) a pure virtual method, meaning that it provides no implementation. Descendant classes must override this method to provide an implementation. 

 

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