OnSelectionCleared Event

Applies to
TIB_CustomCombo

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

Description
This event is triggered after the LookupCombo's value is cleared, which occurs when the user presses the DEL key or when the developer calls the ClearSelection method.