Skip to content

TBits.CopyBits

Copy bits from one bits set to another

Declaration

Source position: classesh.inc line 406

public 
  procedure CopyBits(BitSet: TBits);

Description

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.

Errors

None.

See also

Name Description
TBits.Equals Determines whether the bits of 2 arrays are equal.