VCL Component Delphi компоненты / Delphi components # 9

FastReport VCL Enterprise (Client/Server) v6.3.11

Report generator FastReport VCL is a modern solution for integrating Business Intelligence in your software. It has been created for developers who want to use ready-made components for reporting. FastReport VCL, with its simplicity of use, convenience and small distribution size is able to provide high functionality and performance on almost any modern PC.

[HIDEL=10]https://mega.nz/#!P5gjBSQC!xdHANSxjjVLqUAEtMB5iiRZWpA5Ajjn_ZhtEwIgOjQo[/HIDEL]
 
Skip Nag for all winsoft delphi products

Skip nag for all winsoft delphi products with two lines of code.

Web: https://www.winsoft.sk/products.htm
[HIDEL=5]// You just need to add two lines of code

program Project1;
uses
Vcl.Forms,
Unit2 in 'Unit2.pas' {Form2},

WinsoftNonagUnit in 'WinsoftNonagUnit.pas'; // line 1

{$R *.res}

begin
WinsoftNonagInit; // line 2

Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.CreateForm(TForm2, Form2);
Application.Run;
end.

https://mega.nz/#!Gkg00YhL!woYprn-B7Q6vzcSboLVULGxVkTtSy2n1otLlB5T3is0[/HIDEL]
 
Top