Skip to main content

TcxTextEditPropertiesValues.EditFormat Property

Specifies if the format string used by a text editor when it’s in edit mode has been modified.

Declaration

property EditFormat: Boolean read; write;

Property Value

Type
Boolean

Remarks

Once a text editor’s EditFormat property is set to a value other than the default one, the EditFormat property flag is set to True. Otherwise, it’s set to False. To undo the changes made to the text editor’s EditFormat property and reverse it back to its default value, call the RestoreDefaults method which resets all the property flags or set the EditFormat property flag to False.

See Also