Read or write a byte.
Source position: syshelph.inc line 1563
public property TNativeUIntHelper.Bytes[aIndex: TNativeUIntByteIndex] : Byte |
Bytes property reads or writes byte value to a byte number determined by argument aIndex.
MyNativeUInt.Clear; // MyNativeUInt equals 0 MyNativeUInt.Bytes[1] := 1; // MyNativeUInt equals 256 WriteLn(MyNativeUInt.Bytes[1]); // 1
|
Read or write a bit. |
|
|
Read or write a nibble. |
|
TNativeUIntHelper.Words |
|
Read or write a word. |
TNativeUIntHelper.DWords |