RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInterfaceList.Expand Method

Increases the capacity of the interface list.

Pascal
function Expand: TInterfaceList;
C++
__fastcall TInterfaceList Expand();

If Capacity is greater than 64, then Capacity is increased by Capacity / 4. If Capacity is between eight and 64, Capacity is increased by 16. If Capacity is less than eight, Capacity is increased by four. 

 

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