TcxFormatController.EndUpdate Method
Enables sending notification events to TcxFormatController listeners.
Declaration
procedure EndUpdate;
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