Icon AfterUnPrepare Event

property AfterUnPrepare: TNotifyEvent

Usage

The AfterUnPrepare event is fired right after the query has been 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