Read or write a nibble.
Source position: syshelph.inc line 1472
public property TNativeIntHelper.Nibbles[aIndex: TNativeIntNibbleIndex] : nibble |
Nibbles property reads or writes nibble value to a nibble number determined by argument aIndex.
MyNativeInt.Clear; // MyNativeInt equals 0 MyNativeInt.Nibbles[1] := 3; // MyNativeInt equals 48 WriteLn(MyNativeInt.Nibbles[1]); // 3
|
Read or write a bit. |
|
|
Read or write a byte. |
|
TNativeIntHelper.Words |
|
Read or write a word. |
TNativeIntHelper.DWords |