1. TAlignEdit(1.0): is a TEdit descendant which allows the specification of horizontal alignment of the text within the edit control.
2. TDBAlignEdit(1.0): is a TDBEdit descendant which allows the specification of horizontal alignment of the text within the edit control.
3. TAlignListBox(1.0): is a TCustomListBox descendant which allows the specification of horizontal alignment of item text within the list box control.
4. TBorderComboBox(1.0): descendant which allows the specification of the BorderColor. If the BorderColor is set to the Parent.Color the combo box appears 'flat'.
5. TBPMemo(1.2): is a descendant of the native TMemo control. TBPMemo adds the ability to specify scrolling events. TBPMemo adds properties to allow for the displaying of the corresponding TBPMemo (Memo) line numbers.
6. TDBDateTimePicker(1.3): This component is a 'data-aware' descendant of TDateTimePicker component. This TDBDateTimePicker control also displays a blank value for no date.
7. TDBSpinEdit(1.3): This component is a 'data-aware' descendant of the native Sample TSpinEdit component.
8. TDirectoryEdit(1.1): 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.
9. TFileEdit(1.0): This component is a descendant of TEdit which contains a button which calls an open dialog, which fills the Edit box with the selected file. You can also override the ButtonClick to perform your own action.
10. TMsgDialog(1.0): This component is a wrapper for the MessageDlg function. TMsgDialog allows for the easy display of message boxes without a lot of complicated coding.
11. TMyStatusBar(1.2.0.0): is a TStatusBar that accepts components dropped onto it at design time. TMyStatusBar can also be assigned an ImageList for display in the panels. The StatusPanels of TmyStatusBar use an ImageIndex to specify which image in the ImageList to display when the PanelStyle is psOwnerDraw. For each panel the BrushColor and FontColor can be set to paint the background of the panel along with the font color.
12. TSHFileOp(1.0): that is a wrapper for the SHFileOperation API to copy, move, rename, or delete (with recycle-bin support) a file system object.
|