DisableInterface method

Applies to
TIB_DataSource

Declaration
Procedure DisableInterface;

Description
Similar to DisableControls but calling this only disables user interface controls. Master-Detail and Lookup links will continue to operate. NB. Isolates user interface controls by checking for datalinks that have been derived from TIB_ControlDataLink.

Be sure to use a try finally block to guarantee that a call is made to EnableInterface for every call to DisableInterface.