TLongIntRec

TurboPack OnGuard FMX

TLongIntRec

Navigation:  »No topics above this level«

TLongIntRec

Return to chapter overview

Enter topic text here.

 

 TLongIntRec = record

   case Byte of

     1: (Lo: Word;

         Hi: Word);

     2: (LoLo: Byte;

         LoHi: Byte;

         HiLo: Byte;

         HiHi: Byte);

 end;

 

Defined in ogutil unit.