Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TBits.Create

Creates a new bits collection.

Declaration

Source position: classesh.inc line 404

public constructor TBits.Create(

  TheSize: LongInt = 0

); 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

Destroy

  

Destroys a bit collection.


Documentation generated on: Jul 24 2023