Skip to main content

TcxFormatController Members

Manages the formatting of currency and date values for several controls.

Properties

Name Description
AssignedCurrencyFormat
AssignedRegExprDateEditMask
AssignedRegExprDateTimeEditMask
AssignedStandardDateEditMask
AssignedStandardDateTimeEditMask
AssignedStartOfWeek
CurrencyFormat Defines the format to represent currency values.
DateEditFormat
DateEditMask
DateEditShowZeroTime Switches the visibility of the time part in date editors that display values whose fractional part is equal to 0.
FirstWeekOfYear Specifies the first week of the year for date editors.
Handle Inherited from TcxMessageWindow.
LocalFormatSettings
LocalIsGregorianCalendar
MaskedDateEditFormat
MaskedDateTimeEditFormat
RegExprDateEditMask Specifies the mask with a regular expression syntax to enter date values.
RegExprDateTimeEditMask
StandardDateEditMask Specifies the mask with a standard TMaskEdit syntax to enter date values.
StandardDateTimeEditMask
StartOfWeek Specifies the first day of the week.
UseDelphiDateTimeFormats Defines whether to use the SysUtils conversion functions to represent date values.

Methods

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