[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Creates a new bits collection.
Source position: classesh.inc line 399
public constructor TBits.Create( |
TheSize: LongInt = 0 |
); virtual; |
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.
|
Destroys a bit collection |