Skip to main content

TcxDefaultEditStyleController Class

A style controller that stores default styles for editors.

Declaration

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 | StyleReadOnly
Allow 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.
Styles
Provides access to individual default styles applied to editors in different states.
OnStyleChanged
Allows you to respond to default editor appearance setting changes.
RestoreStyles
Restores all default style settings for all editor states.
See Also