Delphi Components
Archived Posts from this Category
Archived Posts from this Category
Configurable on-screen keyboard for touchscreen applications with support for QWERTY, AZERTY, DVORAK, NUMERIC, CELLPHONE keyboard layouts as well as fully customizable keyboard layouts. Includes a keyboard that can be dropped on a form as well as a popup touchscreen keyboard that can optionally automatically follow focus.
0 comments Sunday 19 Jul 2009 | Delphi Tutorial | Keys and Keyboard, Shareware
he suite of eight data-aware components:
for direct access of Firebird databases (Interbase also, but tested only on Interbase ver. 7.5). The components are based only on my own, not seldom non-standard, ideas. I have created these components with minimum programming code (all DCUs weigh ONLY 308KB). Wherever the original Borland code was not optimal I have overriden it, but generally I’ve tried to take the maximum advantage of Borland code.
0 comments Sunday 19 Jul 2009 | Delphi Tutorial | Database, Freeware
ZylGSM is a Delphi & C++Builder component that communicates with a GSM modem or phone with integrated modem (almost all new generation mobile phones).
Main features:
0 comments Tuesday 30 Jun 2009 | Delphi Tutorial | Others, Shareware
It is a combined component (DataSet, Provider, ClientDataSet and UpdateSQL). If you are used to use ClientDataset, you may want to specify sql statement for each Modify, Delete and Insert sql. This is provided by TMsDataAdapter. It also allows you to change your connection easily from ADO to DBX or IBX or BDE. You can change your connection bridge with minimal source change. Don’t forget that it works based on MIDAS.
0 comments Tuesday 28 Apr 2009 | Delphi Tutorial | Database, Shareware
NextGrid is powerfully native Delphi and C++ Builder component.
Main Features:
0 comments Saturday 25 Apr 2009 | Delphi Tutorial | Freeware, Grids
Vis PDF Lib is a Delphi and C++ Builder component for creating PDF documents. VisPDF does not use any DLL or other software to create PDF files. The VisPDF distribution includes the complete help system and many demo programs: PDF console application samples, PDF GUI application samples, server PDF application sample etc.
VisPDF Lib allows you to load existing PDF files and edit them in the following manner:
0 comments Saturday 25 Apr 2009 | Delphi Tutorial | Reports, Shareware
TPrintPreview is a descendent of TScrollBox and has properties of both TScrollBox and TPrinter classes. Key features of TPrintPreview are:
0 comments Sunday 15 Mar 2009 | Delphi Tutorial | Freeware, Reports
TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are:
0 comments Wednesday 11 Mar 2009 | Delphi Tutorial | Freeware, Graphics
Workflow Studio is a Delphi/C++Builder VCL framework for Business Process Management (BPM). With Workflow Studio you can easily add workflow and BPM capabilities to your application,by allowing you or your end-user to create workflow definitions and running them.
Here are some examples of business process that can be automated by using Workflow Studio:
0 comments Sunday 08 Mar 2009 | Delphi Tutorial | Others, Shareware
TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and set the FrameIndex property to the index of your desired image on the image list.
Of course, TAnimateImage can animate images of an image list too. If you have frames of an animation as Bitmap or Icon, this component offers the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify interval, segment, and direction of images for the animation.
0 comments Sunday 08 Mar 2009 | Delphi Tutorial | Freeware, Graphics