| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Copy bits from one bits set to another
Source position: classesh.inc line 405
| public procedure TBits.CopyBits( | 
| BitSet: TBits | 
| ); | 
CopyBits copies the bits from BitSet to the current Bits. Existing bits will be overwritten. The two sets of bits will be equal after this operation.
None.
| 
 | Determines whether the bits of 2 arrays are equal. |