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

sfonsecaleandro_1967

Местный
Регистрация
4 Апр 2019
Сообщения
50
Реакции
135
Credits
1
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]Для просмотра ссылки Войди или Зарегистрируйся[/HIDEL]
 

sfonsecaleandro_1967

Местный
Регистрация
4 Апр 2019
Сообщения
50
Реакции
135
Credits
1
Skip Nag for all winsoft delphi products

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

Web: Для просмотра ссылки Войди или Зарегистрируйся
[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.

Для просмотра ссылки Войди или Зарегистрируйся[/HIDEL]
 

sfonsecaleandro_1967

Местный
Регистрация
4 Апр 2019
Сообщения
50
Реакции
135
Credits
1
DIHtmlParser 7.12.0 for Delphi 10.3 Rio – 3 Mar 2019

DIHtmlParser is a component suite to parse, analyze, extract information from, and generate HTML, XHTML, and XML documents for Delphi (Embarcadero, CodeGear, Borland).

[HIDEL=5]Для просмотра ссылки Войди или Зарегистрируйся[/HIDEL]
 

sfonsecaleandro_1967

Местный
Регистрация
4 Апр 2019
Сообщения
50
Реакции
135
Credits
1
DITidy v6.2.0 for Delphi 10.3 Rio

DITidy is an embedded HTML parser and pretty printer for Delphi (Embarcadero / CodeGear / Borland). It reads HTML and XML into a DOM tree, checks for and repairs errors, and writes valid HTML.

[HIDEL=5]Для просмотра ссылки Войди или Зарегистрируйся[/HIDEL]
 

sfonsecaleandro_1967

Местный
Регистрация
4 Апр 2019
Сообщения
50
Реакции
135
Credits
1
ZylSoft ZylBattery v1.36 For Delphi

ZylBattery is a visual Delphi/C++Builder component that diplays the charging level of the battery in a chart. You can specify different colors for different charging levels and you can indicate it also in text format in percents.

[HIDEL=5]Для просмотра ссылки Войди или Зарегистрируйся[/HIDEL]