Icon BeforeUnPrepare Event

property BeforeUnPrepare: TNotifyEvent

The BeforePrepare event is fired right before the query is unprepared by calling the UnPrepare method or by setting the Prepared to False. Write an event handler for this event to take action at this time.
Image