by Jose Antonio | Jan 22, 2022 | JfControls
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...
by Jose Antonio | Oct 2, 2020 | JfControls
Improvements … ⦁ Serious problems with the TPngImage component. Improvements have been made in the library to solve the problems of Delphi. Fixed … ⦁ Minor bug fixes.
by Jose Antonio | Aug 7, 2020 | JfControls
The calendar can be executed in the following way: procedure TFrExamples1.Calendar; var ADate: TDateTime; begin ADate := Now; JfCApp.Calendar(ADate); end;
by Jose Antonio | Jul 13, 2020 | JfControls
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...
by Jose Antonio | Aug 16, 2019 | JfControls
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...
by Jose Antonio | Jul 27, 2019 | JfControls
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...