TXTextControl.LockWindowUpdate Property

Disables or reenables redrawing. This property is useful to disable redrawing when setting several properties and reenables redrawing afterwards. This avoids multiple refreshing and flickering.

Syntax

TXTextControl.LockWindowUpdate = boolean
Setting Description
True Redrawing is disabled.
False (Default) Redrawing is enabled.

Data Types

Boolean.

Limitations

Run time only.

See Also