Read or write a nibble.
Source position: syshelph.inc line 1388
public property TInt64Helper.Nibbles[aIndex: TInt64NibbleIndex] : nibble |
Nibbles property reads or writes nibble value to a nibble number determined by argument aIndex.
MyInt64.Clear; // %0000000000000000000000000000000000000000000000000000000000000000 MyInt64 equals 0 MyInt64.Nibbles[1] := 3; // %0000000000000000000000000000000000000000000000000000000000110000 MyInt64 equals 48 WriteLn(MyInt64.Nibbles[1]); // 3
|
Read or write a bit. |
|
|
Read or write a byte. |
|
|
Read or write a word. |
|
|
Read or write a dword. |