Source position: fpparsettf.pp line 46
type TFixedVersionRec = packed record
case Integer of
0: (
Minor: UInt16;
Major: UInt16;
);
1: (
Version: UInt32;
end;