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