IcxFormatControllerListener.FormatChanged Method
The function is called when any of the date and currency formats are changed.
Declaration
procedure FormatChanged;
Remarks
Call this function to implement updates of the editor’s appropriate properties because of date and currency format changes. The format controller notifies all registered listeners of date and currency format changes by calling a listener’s FormatChanged method.
See Also