Skip to content

TBits.Create

Creates a new bits collection.

Declaration

Source position: classesh.inc line 400

public 
  constructor Create(TheSize: LongInt);  Virtual;

Description

Create creates a new bit collection with initial size TheSize. The size of the collection can be changed later on.

All bits are initially set to zero.

See also

Name Description
Destroy Destroys a bit collection