TcxTextEditPropertiesValues.DisplayFormat Property
Specifies whether the format string of a text editor has been modified.
Declaration
property DisplayFormat: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
Once a text editor’s DisplayFormat property is set to a value other than the default one, the DisplayFormat property flag is set to True. Otherwise, it’s set to False. To undo the changes made to the text editor’s DisplayFormat property and reverse it back to its default value, call the RestoreDefaults method which resets all the property flags or set the DisplayFormat property flag to False.
See Also