Content:

 THDDInfo

ArtReport

TArtLicence

 ArtFormula

 TMinimizer

 TArtLCD


Delphi component THDDInfo

✅ Download


Delphi package ArtReport

✅ Download


Delphi component TArtLicense

✅ Download


Delphi package ArtFormula
    block(defines('i','n'), set('n',1), 
          series(set('i',1), val('i')<=5, inc('i'), set('n',val('n')*val('i'))), 
          msg('5! = '+val('n'),'result',0)) 
   begin 
     var 'i', 'n' end;
     $n:=1;
     for $i:=1;  $i<=5;  $i++ do
       $n := $n*$i;
     endfor;
     msg('5! = '+val('n'),'result',0);
   end

✅ Download

✅ Full description


Delphi component TMinimizer

✅ Download


Delphi component TArtLCD

✅ Download