Comments setting in Delphi version info

In the Version Info of a Delphi 7 project, there is a Comments setting. In FinalBuilder, we are using a Win 32 Version Info property set to assign the Delphi version info settings. The Comments setting does not appear to be supported in the Property Set. Is there a way to add it?

Currently the only way we can see of achieve this is to revert to manually setting the version information for the Delphi Build. The comments property is present there and can be set as required. To access values from the property set the format %PropertSet.Value% can be used. The version numbers can be set through scripting.

E.g. Action.MajorVersion = PropertSet.Value;