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

TNativeIntHelper.Nibbles

Read or write a nibble.

Declaration

Source position: syshelph.inc line 1467

public property TNativeIntHelper.Nibbles[aIndex: TNativeIntNibbleIndex] : nibble
  read GetNibble
  write PutNibble;

Description

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

See also

TNativeIntHelper.Bits

  

Read or write a bit.

TNativeIntHelper.Bytes

  

Read or write a byte.

TNativeIntHelper.Words

  

Read or write a word.

TNativeIntHelper.DWords


Documentation generated on: Jul 24 2023