EhLib
|
TCustomDBComboBoxEh is the base type for EhLib comboboxes components.
TCustomDBComboBoxEh = class(TCustomDBEditEh);
TCustomDBComboBoxEh introduces new properties and methods to expand the capabilities of TCustomDBEditEh for handling combo edit boxes.
Do not create instances of TCustomDBComboBoxEh. Use TCustomDBComboBoxEh as a base class when declaring control objects that implement a combo edit. Properties and methods of TCustomDBComboBoxEh provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.
Copyright (c) 1998-2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|