Компоненты к Delphi (каталог ссылок) 5

Статус
В этой теме нельзя размещать новые ответы.

robertmarq

Местный
Регистрация
21 Июн 2010
Сообщения
5
Реакции
35
Credits
10
FastReport Enterprise 4.11.13 Full Source


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

xlsreadwrite4.052

Native access to Excel files. The user doesn't need to have Excel, or any other software installed.
XLSReadWriteII works as an invisible Excel workbook. All cell values are always accessible.
Stability. One of the major goals with XLSReadWriteII was to create a product that won't corrupt the Excel files and won't alter any data in the file.
XLSReadWriteII is easy to use. With the formatting interface, you can format cells through a cell object.

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

TMS Advanced Spread Grid

Powerful spreadsheet function calculation support added to the full TAdvStringGrid feature set

[HIDE="http://hotfile.com/dl/122413222/10fd3ed/TMS_Advanced_Spreadgrid--chriszion.7z.html"]
[HIDE="https://rapidshare.com/files/2864517590/TMS_Advanced_Spreadgrid--chriszion.7z"]
[HIDE="http://www.megaupload.com/?d=TCQ24SM7"]

pass : chriszion
 
Последнее редактирование модератором:

tynicki

Местный
Регистрация
20 Ноя 2007
Сообщения
11
Реакции
47
Credits
22
xlsreadwrite4.052

Native access to Excel files. The user doesn't need to have Excel, or any other software installed.
XLSReadWriteII works as an invisible Excel workbook. All cell values are always accessible.
Stability. One of the major goals with XLSReadWriteII was to create a product that won't corrupt the Excel files and won't alter any data in the file.
XLSReadWriteII is easy to use. With the formatting interface, you can format cells through a cell object.

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

Лежат какие-то 2 файла *.dcu b и *.exe Для какой платформы - непонятно. Забавно.
 

moradian

Местный
Регистрация
19 Сен 2009
Сообщения
23
Реакции
133
Credits
44
DISQLite3 PRO 2.4.3 Full Source D6-DXE
DISQLite3 is a self-contained, embeddable, zero-configuration SQL database engine for Delphi (Embarcadero / CodeGear / Borland):
* Transactions are atomic, consistent, isolated, and durable (ACID) even after system crashes and power failures.
* Zero-configuration - no setup or administration needed.
* Implements most of SQL92.
* A complete database is stored in a single (possibly encrypted) disk file.
* Supports terabyte-sized databases and gigabyte-sized strings and blobs.
* Self-contained: no external dependencies, no DLLs.
* Small footprint and smart linking: Only required code is compiled in, adding as little as 300 KB code space only.
* Db.pas is not required, which allows DISQLite3 to compile with all flavours of Delphi, including Delphi Standard and Delphi Personal.
* TDataSet descendants are available to work with existing data aware controls and report generators.
* Faster than other popular database engines for most operations.
* Simple, easy to use API layers: Native, object and TDataSet.
* Database files created with DISQLite3 can also be accessed by Linux and MacOS using the default SQLite libraries.
disqlite3_drive_catalog_demo.png

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

letuanle

Местный
Регистрация
2 Янв 2010
Сообщения
4
Реакции
9
Credits
8
PowerPDF XE D2007, D2009, D2010, XE

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

PowerPDF is a VCL to create PDF docment visually. Like QuickReport, you can design PDF document easily on Delphi IDE. PowerPDF requires Delphi 2007 or later.
 

LeshaRB

Свой
Регистрация
11 Июн 2007
Сообщения
320
Реакции
467
Credits
39
Embedded Web Browser is a Pack of components that demonstrates an easy way to implement IDocHostUIHandler and IDocHostShowUI with the Webbrowser Control.
It includes all the needed components / procedures you will need to build a web browser or a chat client.

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

RGB

Есть на оффициальном
Для просмотра ссылки Войди или Зарегистрируйся
 

Legolas

Местный
Регистрация
6 Авг 2004
Сообщения
52
Реакции
36
Credits
102
Лежат какие-то 2 файла *.dcu b и *.exe Для какой платформы - непонятно. Забавно.

Исходя из названия файла видим xlsrwii4_d2011.exe - для Delphi 2011.
DCU файл - это пропатченая компилюшка. Положить взамен установленной exe-шником.
 

LeshaRB

Свой
Регистрация
11 Июн 2007
Сообщения
320
Реакции
467
Credits
39
DISQLite3 PRO 2.4.3 Full Source D6-DXE

disqlite3_drive_catalog_demo.png

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

Уже давно 2.4.5 лежит!!!

DISQLite3 2.4.5 – 1 Jul 2011
Add support for URI filenames. URI filenames are disabled by default (for backwards compatibility) but applications are encouraged to enable them since incompatibilities are likely to be exceedingly rare and the feature is useful.
Add the sqlite3_vtab_config interface in support of ON CONFLICT clauses with virtual tables.
The virtual table interface has been enhanced to support SAVEPOINT and ON CONFLICT clause processing, and the built-in RTREE and FTS3/FTS4 have been augmented to take advantage of the new capability. This means, for example, that it is now possible to use the REPLACE command on FTS3/FTS4 and RTREE tables.
Avoid unnecessary reparsing of the database schema.
Added support for the FTS4 prefix option and the FTS4 order option.
Allow WAL-mode databases to be opened read-only as long as there is an existing read/write connection.
Fix a problem with WAL mode which could cause transactions to silently rollback if the cache_size is set very small (less than 10) and DISQLite3 comes under memory pressure.

DISQLite3 2.4.4 – 12 Apr 2011
Integer arithmetic operations that would have resulted in overflow are now performed using floating-point instead.
New "fuzzer" Virtual Table (DISQLite3 Pro only).
New "wholenumber" Virtual Table.
Increased the version number on the VFS object to 3 and added new methods xSetSysCall, xGetSysCall, and xNextSysCall used for testing.
Increase the maximum number of attached databases from 30 to 62, even though the default value remains at 10.
Enhance the ANALYZE command to support the name of an index as its argument, in order to analyze just that one index.

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

baraozemo

Местный
Регистрация
18 Мар 2009
Сообщения
32
Реакции
160
Credits
58
Arkadia Components (Free, with Sources and Demo) :beer:
(Very usefull) Components suite for Delphi: Binary Tree, Firebird API, HTML, String, Unicode, Ftp Client, GSM, Http Client, Internet Messages, Isapi, MySql client, Sqlite3 client, NNTP Client, PHP Runner, SMTP Client, Xml Parser, etc.

and has functions to handle strings, unicode, html,sql parsers, visual conponents (buttons, listview, memo,etc...etc...)
a amazing visual library and functions... must have!


Для просмотра ссылки Войди или Зарегистрируйся
 
Последнее редактирование модератором:

yomero

Турист
Регистрация
15 Янв 2010
Сообщения
5
Реакции
2
Credits
10
QuickBurro промежуточного v4.0 для Delphi 7/2005/2006/2007/2010/2011

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

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

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

These files aren't available anymore :-(

It's a good idea, when some holes are found on the vendor's sites, to make a sparse use of them by downloading the items found and uploading them to public servers as MU, RS, etc. This way the hole remains in secret, the vendor isn't informed by an excesive traffic and his products remain available.

Just a humble comment and thanks for sharing with us.
 

kskan1122

Местный
Регистрация
15 Дек 2008
Сообщения
46
Реакции
199
Credits
36
These files aren't available anymore :-(

It's a good idea, when some holes are found on the vendor's sites, to make a sparse use of them by downloading the items found and uploading them to public servers as MU, RS, etc. This way the hole remains in secret, the vendor isn't informed by an excesive traffic and his products remain available.

Just a humble comment and thanks for sharing with us.

Below is the website that host those old files:
Для просмотра ссылки Войди или Зарегистрируйся
 

John_R

Местный
Регистрация
12 Май 2010
Сообщения
22
Реакции
5
Credits
40
Исходя из названия файла видим xlsrwii4_d2011.exe - для Delphi 2011.
DCU файл - это пропатченая компилюшка. Положить взамен установленной exe-шником.

А под Delphi 2010 нету подобного?
 
Статус
В этой теме нельзя размещать новые ответы.