packed record TLongintEndianCnvRec

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TLongintEndianCnvRec = packed record

Description

TLongintEndianCnvRec is used in ConvertInteger to convert a longint to or from the BigEndian format.

  TDoubleEndianCnvRec = packed record
    case BytePos of
      EndVal: (EndianVal: double);
      ByteVal: (Bytes: array[0..SizeOf(double) - 1] of byte);
  end;
   

Overview

Fields

EndianVal: longint
Bytes: array[0..SizeOf(longint) - 1] of byte

Description

Fields

EndianVal: longint

The value we are trying to convert

Bytes: array[0..SizeOf(longint) - 1] of byte

Overlapping bytes of the longint


Generated by PasDoc 0.12.1 on 2013-05-13 15:42:03