Archive for the ‘Delphi Components’ Category

TMS TAdvSmoothTouchKeyboard v.1.0.1.0

Sunday, July 19th, 2009

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.

  • Configurable keys, configurable size
  • Automatic highlighting of Shift / Alt-Gr key values
  • Automatic display of shift state
  • Customizable background color or image for normal & down state
  • Popup version that can automatically follow focus control
  • Method to load & save keyboard layouts
  • Keys can have text or images
  • Different keys can have different colors
  • Sub keys when pressing a key
  • Autocompletion list that popups up when typing

(more…)

FIB DAC v.2.01

Sunday, July 19th, 2009

he suite of eight data-aware components:

  • TFIB_Database
  • TFIB_Transaction
  • TFIB_Dataset
  • TFIB_UpdateSQL
  • TFIB_Query
  • TFIB_StoredProc
  • TFIB_Generator
  • TFIB_CreateAlterDrop

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.

(more…)

ZylGSM v.1.22

Tuesday, June 30th, 2009

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:

  • send SMS in text mode
  • send SMS in PDU mode
  • delete SMS
  • dial in voice mode
  • dial in data mode
  • answer incoming call
  • hang up current conversation
  • recognize calls and identify caller number
  • new SMS message alert
  • read PDU and text SMS
  • detect GSM modem
  • execute custom AT commands

(more…)

TMsDataAdapter v.1.1.1.1

Tuesday, April 28th, 2009

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.

(more…)

NextGrid v.4.8

Saturday, April 25th, 2009

NextGrid is powerfully native Delphi and C++ Builder component.

Main Features:

  • Attractive and modern user interface (native OS styles supported)
  • Easy to use columns editor in design time
  • Easy to use properties and methods in run-time
  • 2 Grid Styles (Report and Slides)
  • Compact size (small footprint in final application)
  • 19 column types (more is planned)
  • 5 header styles
  • 15 inplace and standalone editors
  • Indicator, footer, input line included
  • Written from scratch without inheriting limited StringGrid or ListView
  • Unicode and RTL support
  • And much more…

(more…)

VisPDF VCL library for creating PDF files v.4.11

Saturday, April 25th, 2009

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:

  • Print text and draw on an existing PDF document using it as a canvas
  • Add audio, video and text annotations
  • Change the size and resolution of specific pages and the whole document
  • Add, delete and copy pages
  • Encrypt and sign the document
  • Edit the document properties
  • and much more…

(more…)

TPrintPreview 5.14

Sunday, March 15th, 2009

TPrintPreview is a descendent of TScrollBox and has properties of both TScrollBox and TPrinter classes. Key features of TPrintPreview are:

  • Supports almost unlimited amount of pages
  • Automatically adjusts printer’s paper size and orientation at the print time
  • Automatically adjusts mapping modes
  • Preview pages can be scaled with an arbitrarily zoom factor
  • Shows created pages while new pages are being processed
  • Displayed pages can be scrolled by mouse dragging
  • Pages can be saved/restored to/from disk
  • Each page is accessible as a Windows Metafile image
  • Has some methods for rendering rich text format
  • Can manage custom forms (custom paper sizes)
  • Allows background and annotation for both print and preview pages
  • Both preview and print pages can be displayed in grayscale, with ability to adjust brightness and contrast
  • Allows inserting, replacing, editing, deleting, and reordering of pages freely at any time
  • By using dsPDF library, can save pages as PDF
  • When GDI+ is available, can save pages as multi-page TIFF image
  • Has a complete set of events

(more…)

TPicShow v.4.07

Wednesday, March 11th, 2009

TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are:

  • Image transition can be controlled programatically
  • Image can be stretched or centered in the client area of the control
  • Control can show a background image as centered, stretched, or tiled
  • Transition process can use a separate thread
  • New transitional effects can be easily implemented and added.

(more…)

TMS Workflow Studio v.1.3

Sunday, March 8th, 2009

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:

  • Order management
  • Sales management
  • Hiring process
  • Help desk tasks
  • Sales and marketing tasks
  • Project management
  • Quality checking
  • Warranty management
  • Software deployment
  • Product requirement and specification
  • Expense tracking

(more…)

TAnimateImage 1.02

Sunday, March 8th, 2009

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.

(more…)