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?
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...
What’s the difference between both Value and AsValue properties?
As much Value as AsValue can be used to obtain a control's value, although they can also be used to assign a value to a concrete control, however, you will notice the differences between them upon obtaining the values. When you use Value in order to know the value,...
How can I work with ‘packages dynamically loaded’ which contain forms inside them?
The executable you are going to use to load those dynamical packages (dpl, bpl) must have enabled the 'Build with runtime packages' option, besides, on the edition's field corresponding to this option must appear the name of the JfControls' package(s) that that...
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.