Blog

On this page you can find articles, sample codes, news, information about new versions and much more.

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...

Can’t find something in this section?

If you would like us to make an article regarding Delphi, C++Builder and JfControls, send us an email with your suggestion.