EnableControls method |
Applies to
TIB_DataSource
Declaration
Procedure EnableControls;
Description
Method to dispatch cached up state and datachange notifications.
All other event notifications will begin to operate.
Note, this call may be nested and cached events will not be dispatched until
the last level terminates.
Be sure to use a try finally block to guarantee that a call is made to
EnableCOntrols for every call to DisableControls.