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

TLongIntHelper

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: syshelph.inc line 1205

type TLongIntHelper = type helper

default

const

  MaxValue = High(LongInt)

  MinValue = Low(LongInt)

  MaxBit = High(TLongIntBitIndex)

  MinBit = Low(TLongIntBitIndex)

  MaxNibble = High(TLongIntNibbleIndex)

  MinNibble = Low(TLongIntNibbleIndex)

  MaxByte = High(TLongIntByteIndex)

  MinByte = Low(TLongIntByteIndex)

  MaxWord = High(TLongIntWordIndex)

  MinWord = Low(TLongIntWordIndex)

public

  class function Size;

  class function ToString();

  class function Parse();

  class function TryParse();

  function ToBoolean;

  function ToDouble;

  function ToExtended;

  function ToBinString;

  function ToHexString();

  function ToSingle;

  function SetBit();

  function ClearBit();

  function ToggleBit();

  function TestBit();

  procedure Clear;

  function HighestSetBitPos;

  function LowestSetBitPos;

  function SetBitsCount;

  property Bits []: Boolean; [rw]

  property Nibbles []: nibble; [rw]

  property Bytes []: Byte; [rw]

  property Words []: Word; [rw]

end;

Inheritance

TLongIntHelper


Documentation generated on: Jul 24 2023