Skip to main content

TdxBar.LockUpdate Property

Deprecated. This property exists for backward compatibility only. Instead, call BeginUpdate and EndUpdate procedures at the TdxBarManager component level to manage batch bar item changes.

Declaration

property LockUpdate: Boolean read; write;

Property Value

Type Description
Boolean

True if bar item redraw operations are disabled; otherwise, False.

See Also