JfControls 23.01.10 released

JfControls 23.01.10 released

Improvements … ⦁ Compatibility with Delphi 11.0 and CBuilder 11.0 (32Bit & 64Bit).. Fixed … ⦁ Minor bug fixes. We wanted to release a new version of compatibility with Delphi 11.0 and CBuilder 11.0 before releasing a new version that will bring many...
JfControls 21.07.09 released

JfControls 21.07.09 released

Today we are excited to introduce the new version of JfControls 21.07.09 compatible with RADStudio 10.4. Improvements … ⦁ Improvements in compatibility with Delphi 10.3.3 and CBuilder 10.3.3 (32Bit & 64Bit). ⦁ Compatibility with Delphi 10.4 and CBuilder 10.4...
JfControls 20.08.21 released

JfControls 20.08.21 released

Today we are excited to introduce the new version of JfControls 20.08.21 compatible with RADStudio 10.3.2. Improvements … ⦁ Improvements in compatibility with Delphi 10.2.3 and CBuilder 10.2.3 (32Bit & 64Bit). ⦁ Compatibility with Delphi 10.3.2 and CBuilder...
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...