JVCL Help:TJvDBSearchComboBox
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBSearchComboBox Class
[+] JvDBSearchComboBox.pas Classes
[+] TJvDBSearchComboBox Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvDBCustomSearchComboBox
TJvDBSearchComboBox
run\JvDBSearchComboBox.pas
Summary
Combo box for navigating in a dataset.
Pascal
run\JvDBSearchComboBox.pas
TJvDBSearchComboBox = class(TJvDBCustomSearchComboBox);
Description
- JVCLInfo
TJvDBSearchComboBox is useful for navigation in dataset. It displays one field value of the current record and contains list of all values of that field in the dataset. Selecting a value from the drop down list causes the dataset to move to the corresponding record.
To use this control just drop it on the form and set the DataSource and DataField properties.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page