Skip to main content

TcxContainerStyle Members

The base class for control style setting classes.

Constructors

Name Description
Create(TPersistent,Boolean,TcxContainerStyle,TcxContainerStateItem) Initializes a new instance of the TcxContainerStyle class with specified settings.
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
ActiveStyleController Provides access to the active style controller component.
AssignedValues Specifies style settings defined at the current level.
BaseStyle Provides access to the parent (base) style.
BorderColor Specifies border color.
BorderStyle Specifies the border style for the affected control.
Color Specifies background color.
Container Provides access to the affected control.
DirectAccessMode
Edges Specifies a set of visible borders of the affected control.
Font Provides access to font settings applied to the affected control.
HotTrack Specifies if a child style for the hot-tracked state is enabled.
LookAndFeel Provides access to style look & feel settings.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
ReadOnly Specifies if a child style for the read-only control state is enabled.
Shadow Specifies if the affected control displays a shadow effect.
State Returns the control state associated with the style.
StyleController Specifies the source of style settings.
TextColor Specifies the font color in the affected control.
TextStyle Specifies a set of font attributes applied to text in the affected control.
TransparentBorder Specifies if the affected control‘s border is transparent.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all control redraw operations that reflect any style changes until an EndUpdate procedure call.
EndUpdate Applies all pending changes and redraws the affected control after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetStyleValue(string,TcxContainerStyleValue)
GetStyleValueCount
GetStyleValueName(TcxContainerStyleValue,string)
GetVisibleFont Returns font settings applied to text displayed in the affected control.
HasBorder
IsExtendedStylePropertyPublished(string)
IsValueAssigned(TcxContainerStyleValue) Identifies if a specific style setting modification flag is assigned.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RestoreDefaults Restores default style settings.
ToString Inherited from TObject.
See Also