Icon BeforePrepare Event

property BeforePrepare: TNotifyEvent

Usage

The BeforePrepare event is fired right before the procedure/function is 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