Icon AfterPrepare Event

property AfterPrepare: TNotifyEvent

Usage

The AfterPrepare event is fired right after the query has been successfully prepared by calling the Prepare method or by setting the Prepared to True. Write an event handler for this event to take action at this time.
Image