Control - BusyUpdatesOfParent Property

BusyUpdatesOfParent specifies whether the parent controls updates

Member of Control (PRIM_CTRL)

Data Type - Boolean

Details

The BusyUpdatesOfParent property determines whether the control should defer BusyUpdates processing to the parent control.
 
This is True by default with the result that BusyUpdates is governed at application level.
 
Set this property to False to override the default behavior.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2