Appercept AWS SDK for Delphi is a high-quality SDK designed to integrate Amazon Web Services into Delphi applications easily
- AWS SDK for Delphi
- Components for FMX
- Components for VCL
- IDE integrated help
- Available with or without source code
- Support and Updates for 12 months
- Demos & Sample Projects
By aa --.
Freeware + source 06 Mar 2002Description
This program shows you the registry keys accesibility, it checks 3 different permission for the key: READ, READ-WRITE, and ALL-ACCESS (of course you can expand the list with adding new access check in the code). Author just wants to show you that you should not use delphi’s registry unit in NT’s platform.Informations
- Status: Fully functional
- Source: Included
- Size: 27 kB
Platforms: D3
Description
Examples of creating file access objects and some demo programs.Informations
- Status: Fully functional
- Source: Included
- Size: 16 kB
Platforms: D1
By VCLExamples.com.
08 Sep 2010Description
C++ Builder Examples Collection offers a wide range of source code and projects for C++ Builder. It contains 57 projects from basics to WINAPI, Database, Internet (Indy), ActiveX, COM and VCL components examples.Informations
- Status: Partially restricted
- Source: On purchase/registration
- price: $24.50
- Size: 13 246 kB
Platforms: C2k10, C2k6, C2k7, C2k9, CB6
Description
This source code sample demonstrates how to calculate a time difference between two time strings, for example: difference (or time Delta) between the Start Time "13:42:18" and End Time "13:47:59" would be 341 seconds.Informations
- Status: Fully functional
- Source: Included
- Size: 1 kB
Platforms: D3, D4, D5, D6, D7
By Igor Gnip.
CS 06 Jan 2014Description
Console utility to read text file content and display with line numbersInformations
- Status: Fully functional
- Source: Included
- price: $4
- Size: 24 kB
Platforms: CBXE2, CBXE4, D2005, D2006, D2007, D2009, D2010, D5, D6, D7, DXE, DXE2, DXE3, DXE4, FM3
Description
Collection of Delphi examples and applications as a set of Delphi samples with full source code and project files.Informations
- Status: Demo only
- Source: On purchase/registration
- Source price: $75
- Size: 3 352 kB
Platforms: D2006, D2009, D2010, D7, DXE
Description
Small program for writing CppUnit test modules for C++ classes. Parses public section of class (opens header file) and creates source & header files with tests.Informations
- Status: Fully functional
- Source: On request
- Size: 540 kB
Platforms: CB5
By BrandsPatch.
Freeware + source 08 Apr 2008Description
A useful feature of programming languages such as JavaScript and PHP is the ability to store sequences of data in an array indexed using descriptive text labels. A Delphi implementation for such arrays - known as associative arrays - is provided here.Informations
- Status: Fully functional
- Source: Included
- Size: 255 kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
By Pablo Alebizakis.
Freeware + source 17 Nov 2004Description
Functions for padding a string, formating a string as a name (ex. output: "John Doe"), get a number in letters in Spanish, calculate years between 2 dates, and calculate the control digit of the Uruguayan ID (Digito de control de la Cxe9dula de Identidad Uruguaya).Informations
- Status: Fully functional
- Source: Included
- Size: 2 kB
Platforms: D1, D2, D3, D4, D5, D6, D7
By Ron Loewy.
Freeware + source 03 Apr 1998Description
Sample of using the new Dynamic HTML Editing control from Microsoft. Requires installation of the MS DHTML Editing Control SDK. Early beta - limited functionality. Shows bugs in the MS controls.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 199 kB
Platforms: D3
By Miloud HEMERLAIN.
Commercial 25 Aug 2008Description
Store and withdraw a file and it’s entire directory tree. The FastFile unit is a source code of the Sniper’s FF engine. You can use it in whatever from DB to storage. Author used it in protecting EXEs and DLLs from viruses. FF unit uses block by block writing and reading methods with an …Informations
- Status: Fully functional
- Source: On purchase/registration
- price: $5
- Source price: $5
- Size: 9 kB
Platforms: D6
Description
FastStringCaseUtils is a simple library for very fast AnsiLowerCase() and AnsiUpperCase() replacements. That is, Unicode compatible way to perform string upper case and lower case. Also included are speed optimized version of Trim(AnsiUpperCase()) and Trim(AnsiLowerCase()).Informations
- Status: Fully functional
- Source: Included
- Size: 2 kB
Platforms: D10, D10.1, D10.2, D10.3, D10.4, D11, D11.1
By RAM RAM.
Freeware 12 Sep 2023Description
FSA from XML, small class that will load the arhitecture of FSA from an xml file. autodetection of functions from pascal code that will be used as actions onenetre and onexit events executed autoInformations
- Status: Fully functional
- Source: None
- Size: 19 kB
Platforms: C10, D10.1, D10.2, D10.3, D10.4, D11, D11.1
By Ali Butaev.
Freeware + source 22 Jun 1998Description
In this article author would like to tell about realization of a so-called help-item of the main menu.Informations
- Status: Fully functional
- Source: Included
- Size: 17 kB
Platforms: D1, D2, D3
By Pal Sitkei.
Freeware + source 19 Oct 1998Description
Sample program to make interfaces to a class. The author looking for partner to explore the world of COM.Informations
- Status: Fully functional
- Source: Included
- Size: 4 kB
Platforms: D3, D4
By Dinko Miljak.
Freeware + source 16 May 2002Description
This is example how to use IBM MQSeries 5.2 API without IBM ActiveX components. Black window (non GUI) exe samples are included.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 112 kB
Platforms: D2, D3, D4, D5, D6
By BrandsPatch.
Freeware 13 Feb 2008Description
Random number sequences generated in Delphi using the native Random function leave much to be desired. By default the same number sequence is produced each time the parent application is run. Matters can be improved to a certain extent by seeding the random number generator using the system clock …Informations
- Status: Fully functional
- Source: None
- Size: 238 kB
Platforms: D2005, D2006, D2007, D4, D5, D6, D7
By XDenSer Software.
Freeware + source 08 Aug 2010Description
Delphi standard TTimer component is not handy in some situations - for example, when you need to run something with delay only one or several times, or when you want to use timer in "non-form" unit. New Delphi 2009/2010 anonymous functions feature allows to create JavaScript like setTimeout function.Informations
- Status: Fully functional
- Source: Included
- Size: 1 kB
Platforms: D2009, D2010
Description
Program, which allows you to build menu, which looks like TTreeView. Items stored in common text file.Informations
- Status: Fully functional
- Source: Included
- Size: 3 kB
Platforms: D4
Description
QuickReport Preview example: Preview personalized; Two panels for simulation Zoom in the second panel; Printer’s config; Printer sequence of pages; Print only the actual page; Printer more the one copies; Save / restore file.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 427 kB
Platforms: D5
Description
The Package Solution is for all those that have gone beyond the limits of Delphi Applications and are exhausted using normal DLL's that load them self into memory upon execution. The steps to follow when you application gets rather large are the runtime creation of forms or the use of DLL's.Informations
- Status: Fully functional
- Source: Included
- Size: 111 kB
Platforms: D3, D4
By Zil.
Freeware + source 12 Oct 2000Description
Shows how printing on text printer can be implemented.Informations
- Status: Fully functional
- Source: Included
- Size: 5 kB
Platforms: D2, D3, D4, D5
By Mauro Rubinetti.
Freeware + source 22 Jul 2006Description
In Delphi exists the functions for research files, but not for directory to search, here like sistem to resolving the problem.Informations
- Status: Fully functional
- Source: Included
- Size: 7 kB
Platforms: D2005, D3, D4, D5, D6, D7
By Seth Taylor.
Freeware + source 02 Jun 1999Description
This will provide support for dynamic arrays, and an optimized method to scan a bitmap and create a window region. Sample code shows how to use a LongInt and Pointer dynamic array, the Pointer dynamic is used for a dynamic array of TButton’s.Informations
- Status: Fully functional
- Source: Included
- Size: 8 kB
Platforms: D3
By BrandsPatch.
Freeware + source 09 Nov 2007Description
Delphi implementations for the following sorting algorithms are provided: Bubble Sort Selection Sort Insertion Sort Heap Sort Quick Sort Shell Sort.Informations
- Status: Fully functional
- Source: Included
- Size: 241 kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
By BrandsPatch.
Freeware + source 04 Dec 2007Description
TBitList is similar to the TBits class in Delphi. It can be used to store a virtually unlimited number of boolean values in a bitfield - a significant saving over storing an array of booleans. However, unlike TBits the stored values can be written to/retrieved from file. Also, the code is pure Delphi - …Informations
- Status: Fully functional
- Source: Included
- Size: 3 kB
Platforms: D2005, D2006, D2007, D3, D4, D5, D6, D7
By W.A. ten Brink.
Freeware + source 30 Mar 1999Description
This code is created as a sample about using TextFile functions with more complex input/output. It’s kept simple to encourage other people to create their own TextFile-based routines.Informations
- Status: Fully functional
- Source: Included
- Size: 2 kB
Platforms: D2, D3, D4
By Frank van Bommel.
Freeware + source 03 Jan 2011Description
Tray Icon is an example of a program that, when executed, resides in the system tray and shows a simple popup menu to close and minimize the program. Again just simple and short sample code of how to include this behavior into any programs or projects you may make. Compatible from Delphi 7 till Delphi 2010, …Informations
- Status: Fully functional
- Source: Included
- Size: 372 kB
Platforms: D2005, D2006, D2007, D2009, D2010, D7
By Andrey Simagin.
Freeware + source 16 Feb 2016Description
The program is designed for systematic storage of confidential information (passwords, personal information).Informations
- Status: Fully functional
- Source: Included
- Size: 21 kB
Platforms: D5, D7
Description
Delphi and C++ Builder utilities library.Informations
- Status: With Nag-Screen
- Source: On purchase/registration
- price: $100
- Size: 4 954 kB
Platforms: C10, C10.1, C10.2, C10.3, C10.4, C11, C11.1, C2k10, C2k6, C2k7, C2k9, CB12, CB64, CBXE, CBXE2, CBXE3, CBXE4, CBXE5, CBXE6, CBXE7, CBXE8, D10, D10.1, D10.2, D10.3, D10.4, D11, D11.1, D12, D2005, D2006, D2007, D2009, D2010, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE64, DXE7, DXE8, FM, FM2, FM3
By arseniiv.
Freeware + source 17 Jun 2009Description
There’s some Delphi units for different purposes: CommandLine - simple cmdline params handling (include boolean and string keys and paths) Escaped - escaping and unescaping strings (as JavaScript functions) FileCls - (un)registering file types in Windows Gradient32 - for selecting gradient …Informations
- Status: Fully functional
- Source: Included
- Size: 6 kB
Platforms: D7