TIB_ConfirmationEvent Type

Unit
IB_Components

Declaration

TIB_ConfirmationEvent = procedure(     Sender: TComponent;
                                   var Confirmed: boolean ) of object;

Description
This event is used to provide a hook that allows confirmation to be acquired. It's only current use is in the OnConfirmDelete event but others could be implemented at any time.