Unit 'fpparsettf' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TFixedVersionRec

Declaration

Source position: fpparsettf.pp line 46

type TFixedVersionRec = packed record

  case Integer of

    0: (

        Minor: UInt16;

        Major: UInt16;

      );

    1: (

        Version: UInt32;

      );

end;


Documentation generated on: 2023-03-18