Create

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWIntList > Methods >

Create

SIGNATURE=IW.Common.Lists.TIWIntList.Create@Boolean@Integer

 

ETYPE=Method

 

Declaration:

Delphi:

public constructor Create(const AOwnsObjects: Boolean = False; ACapacity: Integer = 0);

C++:

public: __fastcall TIWIntList(const bool AOwnsObjects = False, int ACapacity = 0);

 

Description: This is Create, a member of class TIWIntList.