TsgBaseList.Create

TsgBaseList

  Classes Reference > List Classes > TsgBaseList > Methods >

TsgBaseList.Create

TsgBaseList

Previous pageReturn to chapter overviewNext page

Constructs a new list and initializes its data.

Syntax

constructor Create; overload; virtual;

constructor Create(const Source: TsgBaseList); overload;

constructor Create(const InitialCount: Integer; const Capacity: Integer = cnstDefaultCapacity); overload;

Description

Call Create to construct a new list.

Go to CAD VCL Enterprise