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

Status
Not open for further replies.

Coolliam

Member
Joined
Jan 4, 2010
Messages
36
Reaction score
183
Woll2Woll 1st Class Studio v14.0.1.1 Full Source

Woll2Woll 1st Class Studio v14.0.1.1 Full Source

Description:
1stClass provides the supreme collection of components for delivering applications that will impress. From
its eye
-
catching image
-
shaped forms, to its powerful and polished tree view and outlook bar components,
you will notice 1stClass' quality and attenti
on to detail.
1stClass Studio allows developers to easily expand the global reach of their applications with built
-
in
support for Unicode. Built
-
in support for Unicode means that applications will look and operate proplerly
on all language versions of Win
dows and seamlessly support both Unicode and ANSI data

Download Links:
You need to log in to view the content.
 

Coolliam

Member
Joined
Jan 4, 2010
Messages
36
Reaction score
183
SQLDirect 6.4.5 with source

SQLDirect 6.4.5 with source

Description:
Using of SQLDirect Component Library gives you the following advantages:

connecting to the following SQL servers using 32-bit native application programming interfaces (API): Centura SQLBase Server 6(+), IBM DB2 Universal Database with CAE v5.2, Informix Server 7.2(+), Firebird, Interbase, MySQL 3.23(+), Oracle Server 7.2(+) with SQL*Net 2.2(+), Microsoft SQL Server, PostgreSQL 7.1(+), SQLite, Sybase Adaptive Server Enterprise and Adaptive Server Anywhere (through Open Client, which is supported by Anywhere ver.6 as native interface), ODBC and OLEDB datasources.
no distributing, installing and configuring the BDE or ODBC
simultaneous access to the supported servers
using Delphi 5, 6, 7, 9(2005), 10(2006), 2007, 2009, 2010, XE-XE10 or C++Builder 5, 6, 2006, 2007, 2009, 2010, XE-XE10 (Pro and above) to develop Client/Server applications
query with an updatable result set
query with macro support
table component
thread safe
BLOB-fields (including LOB and BFILE for Oracle8)
stored procedure support (with mutiple result sets for IBM DB2, Microsoft and Sybase SQL Server)
bi-directional and unidirectional result sets
cached updates
record filtering
support of data-aware components
InfoPower support
using images stored by Centura SqlWindows(or Team Developer) in their proprietary format
interfaces (public methods and properties) of SQLDirect components are compatible with standard BDE data access components (TSession, TDatabase, TQuery ..).
Thread Safety Note

Thread safety is supported by the following software:

Oracle SQL*Net 2.3 or above
Centura SQLBase Ver. 7 or above
IBM DB2 Ver. 5.2 or above
Microsoft SQL Server Ver. 6 or above
MySQL
Sybase ASE and ASA through OpenClient Ver. 11.1 or above

Download Links:
You need to log in to view the content.
 

sozmut

Member
Joined
Feb 16, 2009
Messages
14
Reaction score
96
Age
45
JEDI VCL for Delphi v3.49 (2015-09-23)
JVCL is a library of over 600 visual and non-visual Delphi components developed by "Project JEDI" members.
It supports Delphi/C++Builder 6 to Delphi Seattle.

Project Page
http://sourceforge.net/projects/jvcl/

Download
http://sourceforge.net/projects/jvcl/files/JVCL%203/JVCL%203.49/

Добавлено через 8 минут
Cindy components v7.00.1 released!
Packages with 82 components for all delphi versions (since D7) to build Windows 32/64 bit applications.
Supports Delphi Seattle/C++Builder Seattle.

Project Page
https://sourceforge.net/projects/tcycomponents/

Download
http://sourceforge.net/projects/tcycomponents/files/tcycomponents/cyComponents7.00.1.zip/download
 
Last edited by a moderator:

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
D: 30398, PAServer Hotfix for Delphi, C++Builder and RAD Studio 10 Seattle

ID: 30398, PAServer Hotfix for Delphi, C++Builder and RAD Studio 10 Seattle

PAServer Hotfix for Delphi, C++Builder and RAD Studio 10 Seattle

Updates, hot fixes, and patches are provided exclusively to customers with an active Update Subscription, however, this particular critical patch is being provided to all 10 Seattle customers.

With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9 using the iOS 9 SDK, or on iOS 7, 8 and iOS 9 using the iOS 8 SDK.

This PAServer Hotfix provides fixes for:
• building OS X 10.11 (El Capitan) applications with Delphi, C++Builder and RAD Studio 10 Seattle
• building iOS applications that run on iOS 7, iOS 8 and iOS 9 using the iOS 9 SDK with Delphi, C++Builder and RAD Studio 10 Seattle


Available to registered users of RAD Studio, Delphi, C++Builder 10 Seattle (except Starter editions) and Embarcadero All-Access XE

http://www42.zippyshare.com/v/uoC9qMfr/file.html
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
{TMS Component Pack v8.0.0.0 release Sep 24, 2015}

https://mega.nz/#!E0EHTSAa!t4DJVjccVFoESjT6XI8ZEpe8Vdy2nhctnOAvhU3q5Iw

{***************************************************************************}
{ TMS Component Pack Pro }
{ for Delphi & C++Builder }
{ }
{ written by TMS Software }g
{ copyright © 1998 - 2015 }
{ Email : [email protected] }
{ Web : http://www.tmssoftware.com }
{ }
{ The source code is given as is. The author is not responsible }
{ for any possible damage done due to the use of this code. }
{ The component can be freely used in any application. The complete }
{ source code remains property of the author and may not be distributed, }
{ published, given or sold in any form as such. No parts of the source }
{ code can be included in any other component or application without }
{ written authorization of the author. }
{***************************************************************************}

unit TMSPackVersion;

interface

function GetProductVersion: string;
function GetProductName: string;
function GetCompilerVersion: string;

implementation

const
VERNUM = '8.0.0.0';
PRODUCTNAME = 'TMS Component Pack Pro';


function GetProductName:string;
begin
Result := PRODUCTNAME;
end;

function GetProductVersion:string;
begin
Result := VERNUM;
end;

function GetCompilerVersion: string;
begin
Result := '';
{$IFDEF VER180}
{$IFNDEF VER185}
Result := 'Delphi 2006';
{$ENDIF}
{$IFDEF VER185}
Result := 'Delphi 2007';
{$ENDIF}
{$ENDIF}
{$IFDEF VER200}
Result := 'Delphi 2009';
{$ENDIF}
{$IFDEF VER210}
Result := 'Delphi 2010';
{$ENDIF}
{$IFDEF VER220}
Result := 'Delphi XE';
{$ENDIF}
{$IFDEF VER230}
Result := 'Delphi XE2';
{$ENDIF}
{$IFDEF VER240}
Result := 'Delphi XE3';
{$ENDIF}
{$IFDEF VER250}
Result := 'Delphi XE4';
{$ENDIF}
{$IFDEF VER260}
Result := 'Delphi XE5';
{$ENDIF}
{$IFDEF VER270}
Result := 'Delphi XE6';
{$ENDIF}
{$IFDEF VER280}
Result := 'Delphi XE7';
{$ENDIF}
{$IFDEF VER290}
Result := 'Delphi XE8';
{$ENDIF}
{$IFDEF VER300}
Result := 'Delphi XE9';
{$ENDIF}
end;

end.
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Absolute Database v.7.70 - Single-User Edition FS for X10

Absolute Database v.7.70 - Single-User Edition FS for X10

October 05, 2015
Absolute Database 7.70 for Delphi XE10 32-bit and 64-bit has been released. It is minor update.

How to convert SingleUser edition into MultiUser edition

Simply replace ABSDiskEngine.pas in SingleUser editon v7.70 with ABSDiskEngine.pas of v7.5 MultiUser

[hide="10"]
http://www14.zippyshare.com/v/BmSPwol9/file.html
serial: 2YBJ-3385-HR9N-VKA5[/hide]

Добавлено через 2 минуты
ID: 30401, MIDA Converter Basic for RAD Studio 10 Seattle

Mida Basic for RAD Studio 10 is a special edition of the popular VCL to FireMonkey converter. Helps converting your VCL forms to multi-device, including data bindings and other advanced features with support for over 200 components.

Available to registered users of RAD Studio, Delphi, C++Builder 10 Seattle (except Starter editions) and Embarcadero All-Access XE

Size: 6,227,063 bytes
Updated on Thu, 01 Oct 2015 11:06:25 GMT
Originally uploaded on Thu, 01 Oct 2015 11:05:48 GMT
SHA1 Hash: 853EABC77E08FD0049444D8C0F23F5256E738DB8
MD5 Hash: 36734C17A4F2F0C0D443EAA2840A869B

[hide="10"]
http://www26.zippyshare.com/v/u3JswN5C/file.html[/hide]

Добавлено через 5 минут
ID: 30398, PAServer Hotfix for Delphi, C++Builder and RAD Studio 10 Seattle

PAServer Hotfix for Delphi, C++Builder and RAD Studio 10 Seattle

Updates, hot fixes, and patches are provided exclusively to customers with an active Update Subscription, however, this particular critical patch is being provided to all 10 Seattle customers.

With Delphi, C++Builder and RAD Studio 10 Seattle, we provide support for building OS X applications that run on OS X 10.10 (Yosemite) or 10.9 (Mavericks). We also provide support for building applications that run on iOS 9 using the iOS 9 SDK, or on iOS 7, 8 and iOS 9 using the iOS 8 SDK.

This PAServer Hotfix provides fixes for:
• building OS X 10.11 (El Capitan) applications with Delphi, C++Builder and RAD Studio 10 Seattle
• building iOS applications that run on iOS 7, iOS 8 and iOS 9 using the iOS 9 SDK with Delphi, C++Builder and RAD Studio 10 Seattle


Available to registered users of RAD Studio, Delphi, C++Builder 10 Seattle (except Starter editions) and Embarcadero All-Access XE

You need to log in to view the content.
 
Last edited by a moderator:

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Virtual Treeview v6.2.0 XE3 up to XE10 code source

Virtual Treeview v6.2.0 XE3 up to XE10 code source

is a treeview control built from the ground up. More than a decade of development have created one of the most flexible and advanced Delphi tree controlsavailable today. Virtual Treeview started off with the claim to improve many aspects of existing solutions and introduced several groundbreaking technologies and principles.

As the name indicates, the control uses a different paradigm for tree management than other controls of this kind. It does not read the data it manages (except its size), not even the captions of a node. Everything is retrieved from the application via events (or descendants via overridden methods).

Virtual Treeview has been carefully designed and is tested thoroughly. The control has proven its concept as well as its great usability in many commercial products and freeware projects.

Although JAM Software has taken Virtual TreeView under its wing, the control remains open source. Developers are welcome to participate!

License
Virtual Treeview is using a double licensing scheme. You can either choose Mozilla Public License 1.1 (MPL 1.1) or GNU Lesser General Public License.

Public source code repository and issue tracker
Virtual Treeview is hosted on Google Code, which uses Subversion as SCM. You will find the latest code there. Please report issues on the Google Code page.

MEGA SERVER:
You need to log in to view the content.


Добавлено через 15 минут
Absolute Database v.7.50 - Multi-User Edition (Mirrors)

Description:
Absolute Database: Embedded single file Delphi database with SQL support.

Absolute Database is a Delphi database engine which lets you forget the Borland Database Engine (BDE). This BDE replacement is the compact, high-speed, robust and easy-to-use database engine. With Absolute Database you will not need special installation and configuration, it compiles right into your EXE. Make your application faster and smaller with Absolute Database BDE alternative!

An individual may use Absolute Database Personal in a project if he / she is the only user of this project. If your project is public or if you represent a company, you must order commercial edition of Absolute Database.

Key Features:

No BDE; no DLLs
Single-file database
SQL'92 (DDL & DML) support
Compatible with standard and third-party database controls
Single-user and multi-user mode (file-server)
Works great on all versions of Windows - from 98 to Vista, doesn't require any updates or service packs
Ultra-fast in-memory tables
Unmatched ease-of-use
Strong encryption
BLOB compression
Free for personal use
Full source code available
Royalty-free distribution


[hide="10"]
http://www.mirrorcreator.com/files/00MJW5N5/AbsoluteDatabase.rar_links

http://mir.cr/00MJW5N5

http://www32.zippyshare.com/v/M3BND4BH/file.html

http://up.ht/1CtU7z4

http://www.speedyshare.com/file/MqCf9/AbsoluteDatabase.rar

http://ge.tt/2OaMf792

http://pion.rghost.net/60515260

https://uptobox.com/k8g4le9t1ijb

http://www.sendmyway.com/9mkb15ze2u7d/AbsoluteDatabase.rar.html

http://hugefiles.net/0sl5zupj2cyj



Demos:
http://www.mirrorcreator.com/files/KILAGM11/ADDemos.rar_links

http://mir.cr/KILAGM11

http://www47.zippyshare.com/v/SaUDWu2m/file.html

http://www.solidfiles.com/d/669859cfac

http://hugefiles.net/7qg3lny0c4ia

http://www.sendmyway.com/v57okwpx527v/ADDemos.rar.html

https://uptobox.com/g1bnjebg4ycu

http://kaon.rghost.net/60515257

http://ge.tt/3f7If792

http://www.speedyshare.com/file/E8Sm4/ADDemos.rar

http://up.ht/1xJTk7y
[/hide]
 
Last edited by a moderator:

btframework

Member
Joined
Jan 7, 2010
Messages
46
Reaction score
275
Wireless Communication Library 6.14.6.0

Приветствую, господа!

Вышла новой версии Wireless Communication Library 6.14.6.0.

Что нового
  • BLE: Write characteristic value;
  • BLE: Characteristics changes notification;
  • VCL: BLE Demo redesigned;
  • new error codes: WCL_E_BLE_SUBSCRIBED, WCL_E_BLE_NOT_SUBSCRIBED and WCL_E_BLE_DESCRIPTOR_NOT_FOUND;
  • BLE: BLE Demo for VB.NET;
  • COM: BLE Demo redesigned;
  • C++: BLE Demo redesigned.

www.btframework.com

Остальное, как обычно:

1. Только для некоммерческого использования. Подразумевается использование без извлечения прибыли: фривара, для себя любимого и т. п.
2. Коммерческая лицензия доступна с большими скидками. Обращайтесь на [email protected], будем рады.
3. Как получить. Стучите нам на [email protected]

Если от нас долго (более 3-х часов) нет ответа, то либо у нас ночь и я сплю либо ваше или наше письмо было уничтожено спам-фильтром. По сему можно кинуть в нас еще раз на [email protected]

Ну вот как-то так.

P.S. Кто уже к нам обращался и не получил обновления, стукните еще раз
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
ID: 30367, <Update3>A temporary fix (imperfect) for Large Fonts R10

ID: 30367, <Update3>A temporary fix (imperfect) for Large Fonts R10

For RAD Studio, Version 17.0 to 17.0 201 downloads
Copyright: All rights reserved


Size: 12,522 bytes
Updated on Thu, 08 Oct 2015 04:13:50 GMT
Originally uploaded on Fri, 11 Sep 2015 02:53:01 GMT
SHA1 Hash: B068B69664DE5693A99E5F1A1DEF42162F88951E
MD5 Hash: 8FE251517C6B5C081003CFD39D3F6F31
You need to log in to view the content.
 

kal2015

Member
Joined
Sep 14, 2015
Messages
12
Reaction score
62
Last edited by a moderator:

kal2015

Member
Joined
Sep 14, 2015
Messages
12
Reaction score
62
DDevExtensions 2.83

2009-10 Seattle

http://andy.jgknet.de/blog/ide-tools/ddevextensions/

Features:

Disable Package Cache (default: off)
Disable Source Formatter hotkey (default: off)
Show project for active file in Project Manager (default: on)
Editor tab double click action (default: zoom)
Structure View Search (default: no hotkey)
Increment Build Number only when building the project (default: on)
...
....
.....
 

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
EHLIB 8.0.0.22 D6 up to XE10

EHLIB v8.0.0.22 - 180mbytes

Borland Delphi 7 – 2006, CodeGear Delphi 2007, RAD Studio 2009, Embarcadero RAD Studio 2010, XE - XE10, Lazarus (Win32).

[HIDE="10"]
http://uploadboy.com/4c6liewdvijw.h...] [url]http://uploadboy.com/htndnicsiqhs.html
pass e x i r b o x . c o m ( no spaces)[/hide]
 
Last edited by a moderator:

emailx45

Premium
Joined
May 5, 2008
Messages
2,478
Reaction score
2,222
Location
here and there
Google.Integrator.v.2.0.5724.D6-XE10 - 16.5 MB

The Google Integrator

Leverage always-on access to Google Apps and Cloud services. Google Integrator provides easy-to-use components for accessing Google Services including Google Storage, Google Docs, Google Calendar, Gmail Contacts, and more!

Overview
The Google Integrator makes it easy to access Google Apps and Services from any supported platform or development technology. The easy-to-use components can be used to connect applications to Google cloud storage, and to easily integrate connectivity with popular Google Apps like Google Docs, Google Calendar, and Gmail Contacts

[hide="10"]
http://uploadboy.com/qf09mq3t0596.html [/hide]






SharePoint.Integrator.v.4.0.5724.D6-XE10 - 9.8 MB

Add Microsoft SharePoint integration to any Desktop, Web, or Mobile application. The SharePoint Integrator contains easy-to-use components for connecting with popular SharePoint constructs like Sites, Lists, and Docs.

Overview
The SharePoint Integrator contains everything needed for dynamic integration with Microsoft SharePoint Server. The components enable access to SharePoint objects, allowing applications to easily query and modify lists, access hosted documents, and even make dynamic modifications to SharePoint configuration programmatically

[hide="10"]
http://uploadboy.com/yecu795777mt.html
[/hide]



Amazon.Integrator.v.6.0.5724.D6-XE10 - 15.2 MB


Overview
The Amazon Integrator makes it easy to access Amazon Web Services from any supported platform or development technology. Easy-to-use components can be used to add, modify and delete objects stored on S3 or SimpleDB, add or remove messages from SQS, integrate with ASW e-commerce services, or control EC2 instances

[hide="10"]
http://uploadboy.com/lky7d0qils0a.html
[/hide]



PayPal.Integrator.v.5.0.5724.D6-XE10 - 22.4 MB


ss payments, issue refunds, process recurring payments, and more!

Overview
Build fully-integrated e-commerce solutions. The PayPal Integrator includes easy-to-use components for accessing PayPal merchant services and building fully integrated e-commerce applications. Developers can use PayPal merchant services to integrate real-time account management and payment processing capabilities into any software solution

[hide="10"]
http://uploadboy.com/wsl851353mze.html
[/hide]


Azure.Integrator.v.2.0.5724.D6-XE10.) - 4.6 MB



The Azure Integrator includes straightforward and easy-to-use components for integration with Windows Azure Services, including: Table, Queue, and Blob. These components allow you to quickly and easily add data storage, queue management, table operations, and more through straightforward component interfaces that natively integrate with your development platform of choice.

[hide="10"]
http://uploadboy.com/7n63bniswfwh.html
[/hide]


[hide="10"]
pass for all: e x i r b o x . c o m (no spaces)
[/hide]
 
Status
Not open for further replies.
Top