ADVsearchcombobox

Hello i would like to have documentation on TadvsearchComboBox

Thanks
DAVID

We do not have a separate PDF doc for TAdvSearchComboBox.
TAdvSearchComboBox is a component descending from TAdvSearchEdit and offers an Items: TStringList interface to add the items just like for a regular TComboBox. You can consider it as such as a simple variant of TAdvSearchEdit with easier programmatic interface.
TAdvSearchEdit is demonstrated in the demo under folder Demo\AdvSearchList.

Thanks Bruno