Destroys a bit collection.
Source position: classesh.inc line 686
public destructor TBits.Destroy; override; |
Destroy destroys a previously created bit collection and releases all memory used to store the bit collection.
Destroy should never be called directly, Free should be used instead.
None.
|
Creates a new bits collection. |