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

TFPVersion.Minor

Minor version number

Declaration

Source position: fpmkunit.pp line 456

published property TFPVersion.Minor : Integer
  read FMinor
  write FMinor;

Description

Minor represents the minor version component, indicating backwards-compatible functionality additions.

In semantic versioning, minor version increments signal new features that maintain API compatibility.

This value must be a non-negative integer and is compared after major version in version ordering.


Documentation generated on: Dec 15 2025