CustomPopup property

Applies to
TIB_CustomCombo

Declaration
Property CustomPopup : TIB_CustomGrid;

Description
This property allows a separate TIB_LookupList component to be used instead of the default popup list.

All of the properties and events from the alternate popup list will remain in effect. It will simply become the popup list when the combo box is dropped down.

Thus, you can take complete control over how this popup list is displayed and interacted with.

NOTE: A TIB_CustomGrid can only be used by one IB_LookupCombo at a time. So, you will need to have a separate TIB_Custom grid derivitave for each lookup combo box that you want a custom popup list for.