Whether the version number is empty
Source position: fpmkunit.pp line 453
public property TFPVersion.Empty : Boolean |
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.