Int32Rec Record

Represents type Int32Rec.

Namespace: flcStdTypes
type
 Int32Rec = packed record
 case Integer of
 0 : (Lo, Hi : Word);
 1 : (Words : array[0..1] of Word);
 2 : (Bytes : array[0..3] of Byte);
 end;

The Int32Rec type exposes the following members.

Show:
 NameDescription
Bytes

Represents field Bytes.

Hi

Represents field Hi.

Lo

Represents field Lo.

Words

Represents field Words.

Top