Back to Devexpress

TcxDefaultEditStyleController Class

vcl-cxedit-d2223c7f.md

latest2.2 KB
Original Source

TcxDefaultEditStyleController Class

A style controller that stores default styles for editors.

Declaration

delphi
TcxDefaultEditStyleController = class(
    TcxScalableComponent
)

Remarks

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.

Main API Members

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxScalableComponent TcxDefaultEditStyleController

See Also

TcxEditStyleController Class

TcxDefaultEditStyleController Members

cxEdit Unit