RAD Studio VCL Reference
|
Empties the list of all its name/Variant pairs.
procedure Clear; virtual; abstract;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|