OnDropDown Event

Applies to
TIB_CustomCombo

Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;

Description
This event allows a custom action to be taken prior to the dropping down of the popuplist.

It is possible to take an entirely different action like bring up a modal dialog and then when done call the silent exception. In this way you can make additional customizations to the behavior of this control.