[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Creates a new bits collection.
Source position: classesh.inc line 275
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 |
No notes exist for this page yet.