Hot Keys - System Wide Hot Keys ComponentHot Keys (THotKeys component) allows you to register and use system wide hot keys with unusual easy. The list of hot keys can be edited at design time as the hot keys collection published property and at runtime with several simple public methods. The hot key processing can be paused and resumed at runtime with Pause and Resume methods or with the Active property. When the user presses the shortcut combination registered as the hot key, the OnHotKey event is fired. Each hot key is present in collection by THotKeyData class that has own Active property that allows to enable and disable only one hot key and own OnHotKey event that allows to process each registered hot key separately. The event handler can be set at design time using standard collection property editor. Other useful properties, like ShortCut, Key, Shift, Text, etc. help to get all needed informationin convenient format: WinAPI's key and shift state, VCL's shortcut or text reperesentation of the shortcut combination. Hot Keys suite includes demo project that demonstrates main features of THotKeys component.Hot Keys can be ordered separately or as a part of Delphi Toys component pack.
Delphi Toys 1.0
Delphi Toys is WinAPI and low-level VCL components that allow you to access complex things with unusual ease. Current version of Delphi Toys contains:Hot Keys - system wide hot keys componentSystem Mouse - mouse cursors, clipping and moving componentFile ...
Object Inspector 1.56
Object Inspector is a component suite that allows to change any property or event of any component at runtime like IDE's Object Inspector.Object Inspector suite includes: -TCommonInspectorabstract inspector control for inspect anything in your application ...
Form Saver 1.0
Form Saver (TFormSaver component) allows you to save and load entire form or any component on the form to/from stream or file. Only native VCL are used, so the data is 100% compatible with standard streams and DFM files. Both text and binary formats are ...
Clipboard History 1.0
Clipboard History - Clipboard Monitoring and Clip History Component.Clipboard History (TClipboardHistory component) allows you to monitor text clipboard changes and to get the unlimited clip history. When the content of the text clipboard is changed, ...
ArtificialNeuronalNetwork 1.00
This package implements an Artifical Neuronal Network (ANN), which is based on a backpropagtion algorithm. Empower your Delphi or C++ Builder application with A R T I F I C I A L I N T E L L I G E N C E !!!Have a look at the included demo first, if you ...
Commented Image 1.1
Commented Image (TCommentedImage component) allows you to add frame'n'text comments onto any image. This can be used in the software support applications for creating commented screenshots and for commenting any other images.Source image can be pasted ...
abfComponents 4.0
The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and procedures. Product is compatible with all 32-bit versions of Borland Delphi and C++Builder ...
Greatis Image Editor 1.1
Image Editor is a suite of visual and non-visual components which allows to create any common and specialized image editors in Delphi and C++ Builder applications. Image Editor is a pure VCL / WinAPI solution, so no external DLLs are required.The main ...
Window Information 1.0
Window Information - Window Information ComponentWindow Information (TWindowInformation component) allows you to find any window in the system and analyze it with VCL-friendly TWindow class which allow to access any window data with simple VCL-friendly ...
TRegistration 1.1
A Delphi component for use in Win32 (9x / ME / 2K / XP) software.Main aim is simplicity, it's not for a hardcore program protection. On the contrary, it's for convinience. To display the user's name in dialogs, etc.You put it on the form and have a component ...