RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.SetCount Method

Sets the value of the Count property.

Pascal
procedure SetCount(NewCount: Integer);
C++
__fastcall SetCount(int NewCount);

SetCount is the write implementation of the Count property. 

NewCount is the new number of interfaces in the list. 

 

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