[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Turn a particular bit on.
Source position: classesh.inc line 270
public procedure TBits.SetOn( |
Bit: LongInt |
); |
SetOnturns on the bit at position bit, i.e. sets it to 1. If bitis at a position bigger than the current size, the collection is expanded to the required size using Grow.
If bitis larger than the maximum allowed bits array size or is negative, an EBitsErrorexception is raised.
|
Access to all bits in the array. |
|
|
Clears a particular bit. |