BPSoftware.com
Home   Utilities   Purchase   FAQ   Support   Contact        
Shareware Utilities
 APrintDirect
 AIconExtract
 AFile Attribute Manager
Freeware Utilities
 AddrMon
 AFileSync
 ASysIcon
 B&P Table Utilities
 BPACLer
 BPSNMPMon
 BPSNMPUtil
 CharCount
 DelphiŽ Components
 MacAddr
Miscellaneous
 BPSoftware Blog
 Purchase Shareware
 Support

 Subscribe!


Delphi Components
This page contains components for use with BorlandŽ DelphiŽ.
TAlignEdit / TDBAlignEdit   TDBSpinEdit
TAlignListBox / TDBAlignListBox   TDirectoryEdit
TBorderComboBox / 
TDBBorderComboBox / 
TDBBorderLookupComboBox
  TFileEdit
TBPMemo / TBPDBMemo   TMsgDialog
TBPRichEdit   TMyStatusBar
TDBDateTimePicker   TSHFileOp

Key
  Free
  WIN32
  Source Code included
  dotNET
  Commercial/Shareware


TAlignEdit / TDBAlignEdit
(1.2.0.0) 
(2 KB)
Aug 05, 2005
TAlignEdit is a TEdit descendant which allows the specification of horizontal alignment of the text within the edit control. TDBAlignEdit is a TDBEdit descendant which allows the specification of horizontal alignment of the text within the edit control.
TAlignListBox / TDBAlignListBox
(1.3.0.0) 
(2 KB)
Aug 05, 2005
TAlignListBox is a TListBox descendant that allows for the specification of horizontal alignment of the text within the listbox. TDBAligneListBox is TDBListBox descendant that allows for the specification of the horizontal alignment of the text within the listbox.
TBorderComboBox / TDBBorderComboBox / TDBBorderLookupComboBox
(1.3.0.0) 
(2 KB)
Aug 05, 2005
TDBComboBox and TDBLookupComboBox descendants which allows the specification of the BorderColor. If the BorderColor is set to the Parent.Color the combo box appears 'flat'.
TBPMemo / TBPDBMemo
(1.4.3.1) 
(4 KB)
Jan 04, 2006
TBPMemo is a descendant of the native TMemo coomponent. TBPMemo has two additional scrolling events: OnVerticalScroll and OnHorizontalScroll.  TBPMemo also adds properties (GutterSize, GutterColor, GutterTextColor) that display the TBPMemo line numbers.   TBPDBMemo is a data-aware version of TBPMemo.
TBPRichEdit
(1.0.2.0) 
(4 KB)
Aug 14, 2006
TBPRichEdit is a descendant of the native TRichEdit component.  TBRichEdit has two additional scrolling events: OnVerticalScroll and OnHorizontalScroll.  TBPRichEdit also adds properties (GutterSize, GutterColor, GutterTextColor) that display the TBPRichEdit line numbers.
TDBDateTimePicker
(1.6.1.0) 
(2 KB)
Jan 04, 2006
This component is a 'data-aware' descendant of TDateTimePicker component. This TDBDateTimePicker control also displays a blank value for no date.
TDBSpinEdit
(1.5.3.1) 
(2 KB)
Jan 04, 2006
This component is a data-aware descendant of the native sample TSpinEdit component.
TDirectoryEdit
(1.4.1.0) 
(3 KB)
Jan 06, 2006
This component is a descendant of TEdit which contains a button for selecting a directory, which fills the Edit box with the selected directory.  You can also override the ButtonClick to perform your own action.
TFileEdit
(1.3.0.0) 
(5 KB)
Oct 14, 2006
TFileEdit is a descendant of TEdit which contains a button that, when clicked, calls an open file dialog that fills the TEdit control with the selected file name and path information.  TFileEdit also has ButtonClick Event in order to perform your own action when the button is clicked.
TMsgDialog
(1.1.1.0) 
(2 KB)
Aug 05, 2005
This component is a wrapper for the MessageDlg function. TMsgDialog allows for the easy display of message boxes without a lot of complicated coding.
TMyStatusBar
(2.0.0.0) 
(3 KB)
Aug 05, 2005
TMyStatusBar is a TStatusBar decendant that accepts components dropped onto it at design time. TMyStatusBar can also be assigned an ImageList. The StatusPanels have an ImageIndex property that specifies which of the ImageList items to display in the panel. The Font and Background color of each panel can also be specified.
TSHFileOp
(1.3.5.1) 
(3 KB)
May 31, 2006
TComponent that is a wrapper for the SHFileOperation API to copy, move, rename, or delete (with recycle-bin support) a file system object.