Control - BusyUpdates Property

BusyUpdates specifies how the control updates itself

Member of Control (PRIM_CTRL)

Data Type - Enumeration

Details

The BusyUpdates property specifies how the control updates when changed during a busy operation.

Allowed Values

Enum ValueDescription
Immediate Update will occur at the next opportunity
Interval01 Update will occur approximately every 2 seconds
Interval02 Update will occur approximately every 4 seconds
Interval04 Update will occur approximately every 8 seconds
WaitUpdate will occur at the end of the busy operation


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2