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

TFPVersion.Empty

Whether the version number is empty

Declaration

Source position: fpmkunit.pp line 453

public property TFPVersion.Empty : Boolean
  read GetEmpty;

Description

Empty returns True if all version number components (major, minor, micro, build) are zero.

This property is useful for checking whether a version has been properly initialized or represents a valid version number.

An empty version typically indicates an unset or invalid version state.


Documentation generated on: Dec 15 2025