Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxDefaultEditStyleController.RestoreStyles Method

In This Article

Restores the initial values of all default editor styles stored in the controller.

#Declaration

Delphi
procedure RestoreStyles;

#Remarks

Call the RestoreStyles procedure to restore the initial values of the following properties:

Style
Specifies the default style settings for the base (normal) state of all editors in an application.
StyleDisabled
Defines default style settings applied to disabled editors.
StyleFocused
Defines style settings applied to an editor when it receives focus.
StyleHot
Defines style settings applied to a hot-tracked editor.
StyleReadOnly
Defines default style settings applied to editors in read-only mode.
See Also