TcxFormatController Methods
Manages the formatting of currency and date values for several controls.| Name | Description |
|---|---|
| AddListener(IcxFormatControllerListener) | Adds a new listener to a TcxFormatController instance. |
| BeginUpdate | Prevents sending notification events until the EndUpdate method is called. |
| EndUpdate | Enables sending notification events to TcxFormatController listeners. |
| Equals(TObject) | Inherited from TObject. |
| GetDateTimeFormatItemStandardMaskInfo(TcxDateTimeFormatInfo,Integer,TcxDateTimeFormatItemInfo) | |
| GetDateTimeStandardMaskStringLength(TcxDateTimeFormatInfo) | |
| GetFormats | Generates the date and currency formats based on the SysUtils unit’s variables and system locale settings. |
| GetHashCode | Inherited from TObject. |
| NotifyListeners | Notifies registered listeners of format changes. |
| QueryInterface(TGUID,Untyped) protected | Provides access to the implementation of the specified interface if the current object supports it. Inherited from TcxIUnknownObject. |
| RegExprCustomDateEditMask(string) | Converts a specified date/time format string to a mask in regular expression syntax. |
| RemoveListener(IcxFormatControllerListener) | Removes a specific listener from the notification list. |
| ToString | Inherited from TObject. |
| TranslationChanged |
See Also