RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IInterfaceList.SetCapacity Method

Sets the value of the Capacity property.

Pascal
procedure SetCapacity(NewCapacity: Integer);
C++
__fastcall SetCapacity(int NewCapacity);

SetCapacity is the write implementation of the Capacity property. 

NewCapacity is the new capacity for the interface list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!