Skip to main content

TcxFormatController.BeginUpdate Method

Prevents sending notification events until the EndUpdate method is called.

Declaration

procedure BeginUpdate;

Remarks

Use the BeginUpdate and EndUpdate methods to enclose the operations changing the currency and date formats. The BeginUpdate method increments the internal counter while the EndUpdate method decrements it. Listeners subscribed to TcxFormatController will receive a “format changed” notification after the EndUpdate method sets this counter to zero.

See Also