Icon BeforeClose Event

property BeforeClose: TDataSetEvent

Usage

Available In: Client and Server Applications

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