Skip to main content
A newer version of this page is available. .

TcxFormatController.NotifyListeners Method

Notifies registered listeners of format changes.

Declaration

procedure NotifyListeners;

Remarks

This method sends a “format changed” notification to all registered listeners. NotifyListeners is called automatically after changing the RegExprDateEditMask, StandardDateEditMask, CurrencyFormat, and StartOfWeek properties. If system locale settings are changed and an application’s UpdateFormatSettings property is set to True, the NotifyListeners procedure is also called.

If you change the currency and date format variables declared in the SysUtils unit, you will need to manually call the GetFormats and NotifyListeners methods.

See Also