Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxFormatController.NotifyListeners Method

In This Article

Notifies registered listeners of format changes.

#Declaration

Delphi
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