Icon BeforeCancel Event

property BeforeCancel: TDataSetEvent

Usage

Available In: Client and Server Applications

This event is triggered before the Cancel method starts. Return False from the event handler to prevent the cancel from occurring.
Image