The
abfComponents product contains following components:
TabfApplicationProperties
Use TabfApplicationProperties to set properties and event handlers of
the global Application object right in the design time. When you place this
component on a form, Application forwards all events to the
TabfApplicationProperties component.
TabfAutoRun
Use TabfAutoRun to create applications that automatically run on the
system startup or the user login. Component allows you to manipulate "auto-run"
directives right in the system registry.
TabfOneInstance
TabfOneInstance allows user to create applications that must have only
one running copy at the same time. Simple drop TabfOneInstance onto any
form of the project to catch the second program run.
TabfShutdown
Use the TabfShutdown component to perform PowerOff, Shutdown, Reboot,
LogOff, Suspend or Hibernate actions.
TabfTrayIcon
TabfTrayIcon is a component for working with the system tray, allows
user to add or remove the icon, support mouse events, has an engine to make the
icon animated. "Balloon" hints are also supported.
TabfWndProcHook
Use TabfWndProcHook component to hook a Window Messages Procedure
(WndProc) of the form or any other WinControl.
TabfFileStorage
The TabfFileStorage component can store some file right in the *.dfm
resource of the form. Useful for distribution of files or any other big data
right inside the program file.
TabfWav
Use TabfWav component to play system sounds, *.WAV files, or wave
resources. Component can play sounds either from the file on disk or from
the program resource. TabfWav can play system-event sounds and has an
ability to store sound file right into in the *.dfm resource of the form.
TabfThreadComponent
The TabfThreadComponent component is an encapsulation of the TThread
object for easy usage. Simply assign the OnExecute event to write own threaded
routine.
TabfThreadTimer
The TabfThreadComponent component is alike TTimer, but is more accurate
because uses an internal thread. Use this component to create timers of mSec
precision.
TabfFileOperation
TabfFileOperation is a component that provides an easy way to perform
different operations with files and folders. It allows user to perform: copy,
move, delete, and other standard file operations. Component uses Windows Shell
routines, so dialog looks like a standard Windows operation.
TabfFileAssociation
TabfFileAssociation is a component that provides an access to the file
association sub-system. You can easily read or change options for the known
file extension or add an association to the own one.
TabfFolderMonitor
Use TabfFolderMonitor component to monitor changes of files, folders or
its attributes in the specified folder on the disk.
TabfRegistryMonitor
Use TabfRegistryMonitor component to monitor changes of keys or fields
in the system registry.
TabfStartButtonProperties (Obsolete)
TabfStartButtonProperties is a component for working with the Windows
Start Button. Allows user to get or set some parameters of the Start Button.
TabfColorPicker (Obsolete)
TabfColorPicker is a color picker tool. Allows user to get a color value
of the pixel under cursor, contains an internal timer for looping the color
picking process.
TabfEdit
TabfEdit is an enhanced edit control that supports a text alignment and
can have a flat look.
TabfEdit is a good replacement of the standard
TEdit control.
TabfComboBox
The
TabfComboBox control is an enhanced combo-box with new additional
abilities. You can easily create combo-boxes of Flat, Etched or MS Office 2000
style using the
TabfComboBox control or it descendants. Also component
can show images from the image list.
TabfImage
TabfImage is an enhanced image control, supports proportional scaling,
has a "smart caption" and can show images from any image list.
TabfImageListBox
TabfImageListBox is an enhanced list box control. Component has ability
to show images for all items from the image list.
TabfGroupBox
The
TabfGroupBox control is an enhanced group box, has a checkbox and
can disable/enable all owned controls at once.
TabfScrollBar
TabfScrollBar is a great replacement of the standard scroll bar control,
especially for custom graphic interfaces. Control can be transparent and has
an ability to hide buttons when rich the limit value.
TabfDatePanel
The
TabfDatePanel control is an easy-to-use date editor. The order and
visibility of day, month and year edits are customizable.
Other...
Also contains lots of classes, procedures and other useful tools. All this
routines are based on our strong experience, and are still filling up.