Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TBits.CopyBits

Copy bits from one bits set to another.

Declaration

Source position: classesh.inc line 410

public procedure TBits.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

TBits.Equals

  

Determines whether the bits of 2 arrays are equal.


Documentation generated on: Jul 24 2023