vcl-cxedit-d2223c7f.md
A style controller that stores default styles for editors.
TcxDefaultEditStyleController = class(
TcxScalableComponent
)
A default style controller is a non-visual component that stores default appearance settings of individual states (normal, focused, read-only, etc.) for all editors in an application.
The list below outlines key members of the TcxDefaultEditStyleController class that allow you to define default editor appearance.
Style | StyleDisabled | StyleFocused | StyleHot | StyleReadOnlyAllow you to define individual default appearance settings for different states of all editors in an application. These settings affect only those editors whose state style settings are unspecified.StylesProvides access to individual default styles applied to editors in different states.OnStyleChangedAllows you to respond to default editor appearance setting changes.RestoreStylesRestores all default style settings for all editor states.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TcxDefaultEditStyleController
See Also