How can I execute the calculator with source code?

How can I execute the calculator with source code?

With the last version of JfControls the calculator should be executed as follows: procedure Calculator; var ANumber: Extended; begin ANumber := 1000; JfCApp.Calculator(2,ANumber); end; With older versions, you will need to do the following: procedure Calculator; var...