| BeforeAction Event |
Applies to
TIB_TransactionBar
Declaration
TNotifyEvent = Procedure(Sender: TObject) of object;
Description
Define custom behavior before the action of the button click is executed.
Raise an exception if you would like to prevent the action from taking place.