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

TFixedVersionRec

Declaration

Source position: fpparsettf.pp line 55

type TFixedVersionRec = packed record

  case Integer of

    0: (

        Minor: UInt16;

        Major: UInt16;

      );

    1: (

        Version: UInt32;

      );

end;


Documentation generated on: 2025-07-25