Want to obtain Delphi Application build number and post into title bar
We do this for all our apps but we use a Raize component RzVersioninfo. works quite well just need to use the following code
on form create
Caption := RzVersioninfo1.filedescripion + ': ' + RzVersionInfo1.FileVersion;
obviously if you don't want any of the other components from raize use one of the options above as there is a cost to the raize components.