JVCL Help:TJvDBSearchComboBox

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvDBCustomSearchComboBox
TJvDBSearchComboBox
run\JvDBSearchComboBox.pas


Summary

Combo box for navigating in a dataset.

run\JvDBSearchComboBox.pas


Pascal

 run\JvDBSearchComboBox.pas
 TJvDBSearchComboBox = class(TJvDBCustomSearchComboBox);


Description

  1. 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.

run\JvDBSearchComboBox.pas


About

Navigation

run\JvDBSearchComboBox.pas



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