TcxFormatController Properties
Manages the formatting of currency and date values for several controls.| 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. |
See Also