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

TFPVersion.AsString

Version number as formatted string

Declaration

Source position: fpmkunit.pp line 377

public property TFPVersion.AsString : string
  read GetAsString
  write SetAsString;

Description

AsString returns the version number formatted as a human-readable string in the format "major.minor.micro.build".

Empty version components are omitted from the string representation, so version 1.2.0.0 appears as "1.2".

This property is commonly used for display purposes and version comparison logging.


Documentation generated on: Aug 28 2026 Report a problem on this page