RAD Studio VCL Reference
|
Returns the value of the Count property.
function GetCount: Integer; virtual; abstract;
virtual __fastcall int GetCount() = 0;
GetCount is the protected read implementation of the Count property.
In TAbstractWebRequestFile, GetCount is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the Count property.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|