Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TQWordHelper.DWords

Read or write a dword.

Declaration

Source position: syshelph.inc line 1324

public property TQWordHelper.DWords[aIndex: TQwordDwordIndex] : DWord
  read GetDWord
  write PutDWord;

Description

DWords property reads or writes dword value to a dword number determined by argument aIndex.

MyQWord.Clear;  // %0000000000000000000000000000000000000000000000000000000000000000 MyQWord equals 0
MyQWord.DWords[1] := 1; // %0000000000000000000000000000000100000000000000000000000000000000 MyQWord equals 4294967296
WriteLn(MyQWord.DWords[1]); // 1

See also

TQWordHelper.Bits

  

Read or write a bit.

TQWordHelper.Nibbles

  

Read or write a nibble.

TQWordHelper.Bytes

  

Read or write a byte.

TQWordHelper.Words

  

Read or write a word.


Documentation generated on: Jul 24 2023