Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TFPVersion.Major

Major version number

Declaration

Source position: fpmkunit.pp line 455

published property TFPVersion.Major : Integer
  read FMajor
  write FMajor;

Description

Major specifies the major version component, representing significant API changes or major releases.

In semantic versioning, major version increments indicate breaking changes or incompatible API modifications.

This value must be a non-negative integer and is the most significant component in version comparison.


Documentation generated on: Dec 15 2025