A new version of GT Component Pack is out see what’s new.
——————————————————————–
GT Component Pack Version 1.0.55 Component Count : 65 2009-08-12
+ New Components:
TgtDBGridExporter
A component that “hooks” to a TDBGrid or a descentant of it and can export the data of the grid into a file.
It has a feature to add a popupmenu to the grid if the grid has none and fully customizable menu captions.
If the grid has already a popupmenu then it adds the needed menus to the bottom of the popupmenu.
TgtDBEdit
TgtDBMemo
TgtDBImage
TgtDBListBox
TgtDBComboBox
TgtDBLookUpListBox
TgtDBLookUpComboBox
TgtDBRichEdit
All the above components are descentants of the standard Delphi DB Aware controls, the difference is that all have
a bound label that is created when the component is created(like LabeledEdit).
The bound label can be positioned in the following positions :
blpLeft
blpRight
blpTopLeft
blpTopRight
blpBottomLeft
blpBottomRight
TgtDBProgressBar
TgtDBTrackBar
TgtDBUpDown
TgtDBShape
TgtDBGauge
All the above controls are DB Aware versions of the controls they descent from.
ProgressBar,TrackBar and Gauge can be used to show in a graphical way the value of an integer field.
The shape descentant changes the brush color depending on the value of the field.It is actually a color display field.
TgtDBDateTimePicker
Is another DBDateTimePicker but it is all written from scratch.
——————————————————————–

