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

Status
Not open for further replies.

Coolliam

Турист
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:
[HIDE]http://www.gigabase.com/getfile/S9X9Cg_eOiE821ia1IIXNwBB
http://www.share4web.com/get/byq7Y5S8Cqk6u11jVA6buyLh5FiWt69N
http://www.unibytes.com/UA8pWpAtlrILqw-Us4P3UgBB
http://depositfiles.org/files/fyg80tpoi[/HIDE]
 

Coolliam

Турист
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:
[HIDE]http://www37.zippyshare.com/v/GtrFFFxp/file.html[/HIDE]
 

sozmut

Турист
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

Бывалый
Staff member
Moderator
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

Бывалый
Staff member
Moderator
{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 : info@tmssoftware.com }
{ 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

Бывалый
Staff member
Moderator
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

[hide]
http://www42.zippyshare.com/v/uoC9qMfr/file.html[/hide]
 
Last edited by a moderator:

emailx45

Бывалый
Staff member
Moderator
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:
[hide]
https://mega.nz/#!0oMXxbbB!wNv32Pvx6as74LtaF3uARbyPcYAWsh1_5nU7oe5Euf0

password: VirtualTreeView.v.6.2.0.XE3-XE10.rar[/hide]

Добавлено через 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

Турист
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. Коммерческая лицензия доступна с большими скидками. Обращайтесь на shop@btframework.com, будем рады.
3. Как получить. Стучите нам на shop@btframework.com

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

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

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

emailx45

Бывалый
Staff member
Moderator
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
[HIDE]
http://www41.zippyshare.com/v/d0hGOOf1/file.html[/HIDE]
 
Status
Not open for further replies.
Top