Read or write a word.
Source position: syshelph.inc line 1390
public property TInt64Helper.Words[aIndex: TInt64WordIndex] : Word |
Words property reads or writes word value to a word number determined by argument aIndex.
MyInt64.Clear; // %0000000000000000000000000000000000000000000000000000000000000000 MyInt64 equals 0 MyInt64.Words[1] := 1; // %0000000000000000000000000000000000000000000000010000000000000000 MyInt64 equals 65536 WriteLn(MyInt64.Words[1]); // 1
|
Read or write a bit. |
|
|
Read or write a nibble. |
|
|
Read or write a byte. |
|
|
Read or write a dword. |