Professional set of Delphi and C++Builder components for virtual instrumentation
- Meters, Bars (Gauge), with linear or log(10) scaling
- Digital indicators (time, value)
- Operating Point display
- Dial (knob), Sliders, Trend/Recorder
- buttons, switches, LED indicators
- DB-Aware components and many more
AEGCheckedCombo v.1.0
By Scott Slater.
Freeware + source 31 Oct 2001Description
AEGCheckedCombo is a data-aware and non-data-aware combo box component that has a drop down list where each item has a check box. It has special buttons for "select all" and "select none". You can select ranges or multiple choices by using the standard Windows conventions of shift-click and ctrl-click. The control has methods that will let you get back what is selected in a comma-delimited list with a user specified string delimiter. You can even have it give you back a different field from the dataset than the one that is displayed. Eg. you show the names of customers on the drop down list, but you get back a list of customer ids of those selected.Informations
- Status: Fully functional
- Source: Included
- Size: 21kB
Platforms: D3, D4, D5, D6
DBComboBoxPlus and ComboBoxPlus
By O&A Productions.
Freeware + source 19 Jun 2006Description
In addition to the standard features found in Delphi's DBComboBox and ComboBox these two enhanced versions of those components have these additional capabilities:- Now supports design time definition of the multi-column dropdown list.
- Substantial reduction in GUI resource usage.
- Works in the TCtrlGrid.
- Automatic sort the drop down list.
- Incremental keyboard search of dropdown list elements (Quicken Style).
- Autofill - The remaining untyped text is automatically filled in based on the possibilities available in the dropdown list (Quicken Style).
- Alaising of the value displayed to some other value. e.g. You see customer name but store customer number.
- Multiple columns of data in the dropdown list.
- Column titles in the dropdown list.
- Adding new records to the dropdown list on the fly.
- Complete control of dropdown list alignment; left, right, below and above.
- Choice of boarder styles.
- Independent control of the size of the edit box portion of the control and the size of the dropdown list.
- Different fonts can be selected for the edit portion and the dropdown portion of the control.
- Hide or show the drop down speed button portion of the control on demand.
- Plus more...
Informations
- Status: Fully functional
- Source: Included
- Size: 1 167kB
Platforms: D1, D2, D3, D4, D5, D6, D7
DBFilter Combo v.4.0
By Steve Flynn.
Freeware + source 09 Apr 1999Description
A DBLookupCombo box with inbuilt drop down list filtering. Great for utility databases.Informations
- Status: Fully functional
- Source: Included
- Size: 15kB
Platforms: D1, D2, D3, D4
DBList
By Grahame Grieve.
Freeware + source 06 Jan 1997Description
The component is a combobox that shows each record in the table. Users can go to a record by selecting the record from the combobox. The combobox can be sorted. Typing in the dblist edit box will result in the selection of the first string that matches in the list, and the table will go to that spot.Informations
- Status: Fully functional
- Source: Included
- Size: 7kB
Platforms: D1, D2
DBLookupComboPlus
By O&A Productions.
Freeware + source 19 Jun 2006Description
In addition to the standard features found in Delphi's DBLookupCombo and the common features mentioned above the DBLookupComboPlus offers the following capabilities:- Now directly supports datasets other than TTables includeing TQuery and TClientDataSet
- Supports TCtrlGrids
- Supports the new dockable properties of Delphi 4.
- Support for the Master/Detail relationship defined in the lookup Ttable.
- Support for incremental search of numeric fields.
- Plus More...
Informations
- Status: Fully functional
- Source: Included
- Size: 702kB
Platforms: D1, D2, D3, D4, D5, D6, D7
Maplist DBCombobox v.1.0
By Kristf Vgh.
Freeware + source 24 Aug 2007Description
This is a full functionaly DBCombobox, wich has an ItemValues property (TStrings), where can you add your values. If the ItemValues List is empty, then its works same as the normal DBCombobox, but if the Itemvalues list has items, then the itemvalue will be saved, which is at the same ItemIndex, as the Item.It works like a normal Combobox too, if you dont give any DataSource or DataField property.
Informations
- Status: Fully functional
- Source: Included
- Size: 20kB
Platforms: D2005, D2006, D2007, D7
Multifield DB combobox alpha
By Dmitry Yatcenko.
Freeware + source 07 Feb 2005Description
It is simple combobox, displaying all visible fields of listsource dataset. Width of column TField.DisplayWidth can be multiplied by DeltaColumn property.Properties:
- public:
- KeyValue: variant;
- published:
- ListSource: TDataSource;
- KeyField: String;
- DeltaColumn: Integer;
Informations
- Status: Fully functional
- Source: Included
- Size: 23kB
Platforms: D5
TAlias ComboBox v.1.0
By Matthias ’KaosMaki’ Baerens.
Freeware + source 09 Jun 1999Description
TAliasComboBox derived from TComboBox. Loads Alias-Names and helps getting the Pathname.Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: CB1, D2
TDBColorCombo NA
By Karel Janecek.
Freeware + source 23 Sep 2005Description
Enhancement of standard Borland's ColorCombo. It allows to connect a datafield to color combo box and load and save selected color as an integer value in table.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D10, D10.1, D2005, D2006, D2007, D2009, D2010, D5, D6, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE7, DXE8
TDBHistory ComboBox v.1.21
Description
This is a DBComboBox that implements an History feature (as TurboVision combos) saving the strings entered in it in a text file. Every combo has an ID, so diferent combos in diferent forms can share the same strings. No code needed. Now support for work with a DBGrid included.Informations
- Status: Fully functional
- Source: Included
- Size: 5kB
Platforms: D2, D3, D4
TDBValComboBox v.0.9
Description
TDBValComboBox is a descendent of TDBCombobox that allows to add a list of values (like DBRadioGroup). So it's possible to select a string in the combobox and save a different value (maybe a number) to the Database.Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D1
TDBView Combo v.1.3
By Sergiy Korzh.
Freeware + source 27 Jun 2001Description
TDBViewCombo is useful for navigation in dataset. It displays one field value for current record and contains list of all values of that field in dataset. Selection a value from drop down list cause moving to the corresponding record in dataset. To use just drop it on the form and set DataField and DataSource properties.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: CB1, CB3, CB4, CB5, D1, D2, D3, D4, D5, D6
TFindCombo Box v.1.00
By Jeronym Drvota.
Freeware + source 29 Mar 1999Description
This Combo box find required value in DataSet or from among Items.Properties:
- FindType - ftInDataSet (Find in dataset), ftInItems (Find from among Items)
- DataSet
- Field - Name of field from dataset
- TableIndex - If dataset is Table this properties is index name
- MaxFindItem - Count of items that should have been included into ComboBox.
Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 299kB
Platforms: D3, D4
TIDGDBComboBox v.2.0
By Andrey Kazantsev.
Freeware + source 17 Apr 2000Description
TIDGDBComboBox - the component inherited from TComboBox. Use it to fill ComboBox by data from DataSet and to stored any data of DataSet for each Item. This component allows:- to fill ComboBox from dataset (TTable, TQuery, TStoredProc)
- to keep data from record of table in memory for each Item and get it in any time
- to search the Item for specified data which you keep for it.
Informations
- Status: Fully functional
- Source: Included
- Size: 9kB
Platforms: D4, D5
TIDGDBListBox v.1.0
By Andrey Kazantsev.
Freeware + source 17 Apr 2000Description
TIDGDBListBox - the component inherited from TListBox. Use it to fill ListBox by data from DataSet and to stored any data of DataSet for each Item. You can to set a check boxes for each item of ListBox and to save check data in DataSet. This component allows:- to fill ListBox from dataset (TTable, TQuery, TStoredProc).
- to set a check boxes for each item and to read and to save check data in DataSet.
- to keep data from record of table in memory for each Item and get it in any time.
- to search the Item for specified data which you keep for it.
Informations
- Status: Fully functional
- Source: Included
- Size: 10kB
Platforms: D4, D5