RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TNamedVariantsList.GetCount Method

Returns the value of the Count property.

Pascal
function GetCount: Integer; override;
C++
virtual __fastcall int GetCount();

GetCapacity is the protected read implementation of the Count property. 

TAbstractNamedVariants declares GetCount 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 for the Count property. 

 

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