[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Destroys a bit collection
Source position: classesh.inc line 268
public destructor TBits.Destroy; override; |
Destroydestroys a previously created bit collection and releases all memory used to store the bit collection.
Destroyshould never be called directly, Freeshould be used instead.
None.
|
Creates a new bits collection. |