[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#fcl)

TBits.Create

Creates a new bits collection.

Declaration

public constructor TBits.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

TBits.Destroy

  

Destroys a bit collection