TLongIntRec
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.
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.