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

TFPVersion.Micro

Micro version number

Declaration

Source position: fpmkunit.pp line 457

published property TFPVersion.Micro : Integer
  read FMicro
  write FMicro;

Description

Micro represents the micro (or patch) version component for backwards-compatible bug fixes.

In semantic versioning, micro version increments indicate bug fixes and small improvements without API changes.

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


Documentation generated on: Dec 15 2025