Skip to main content

TcxCustomEditStyle Members

Represents the properties that control the look & feel of an editor.

Constructors

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

Properties

Name Description
ActiveStyleController Identifies the style controller which manages the appearance of an editor.
AssignedValues Specifies which style properties are assigned via the TcxCustomEditStyle class.
BaseStyle Determines the base style which is used to paint an editor.
BorderColor Specifies border color. Inherited from TcxContainerStyle.
BorderStyle Defines the border style.
ButtonStyle Identifies the style of buttons within an editor.
ButtonTransparency Specifies the manner in which editor buttons are displayed.
Color Specifies background color. Inherited from TcxContainerStyle.
Container Provides access to the affected control. Inherited from TcxContainerStyle.
DirectAccessMode Inherited from TcxContainerStyle.
Edges Specifies a set of visible borders of the affected control. Inherited from TcxContainerStyle.
Edit Specifies the editor which owns the current style.
Font Provides access to font settings applied to the affected control. Inherited from TcxContainerStyle.
Gradient
GradientButtons
GradientDirection
HotTrack Specifies if a child style for the hot-tracked state is enabled. Inherited from TcxContainerStyle.
LookAndFeel Provides access to style look & feel settings. Inherited from TcxContainerStyle.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
PopupBorderStyle Defines the style of the popup window border.
ReadOnly Specifies if a child style for the read-only control state is enabled. Inherited from TcxContainerStyle.
Shadow Specifies if the affected control displays a shadow effect. Inherited from TcxContainerStyle.
State Returns the control state associated with the style. Inherited from TcxContainerStyle.
StyleController Identifies the style controller for the current TcxCustomEditStyle object.
TextColor Specifies the font color in the affected control. Inherited from TcxContainerStyle.
TextStyle Specifies a set of font attributes applied to text in the affected control. Inherited from TcxContainerStyle.
TransparentBorder Specifies if the affected control‘s border is transparent. Inherited from TcxContainerStyle.

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. Inherited from TcxContainerStyle.
EndUpdate Applies all pending changes and redraws the affected control after a BeginUpdate procedure call. Inherited from TcxContainerStyle.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetStyleValue(string,TcxContainerStyleValue) Inherited from TcxContainerStyle.
GetStyleValueCount Inherited from TcxContainerStyle.
GetStyleValueName(TcxContainerStyleValue,string) Inherited from TcxContainerStyle.
GetVisibleFont Returns font settings applied to text displayed in the affected control. Inherited from TcxContainerStyle.
HasBorder Inherited from TcxContainerStyle.
Init(TcxViewParams)
IsExtendedStylePropertyPublished(string) Inherited from TcxContainerStyle.
IsValueAssigned(TcxContainerStyleValue) Identifies if a specific style setting modification flag is assigned. Inherited from TcxContainerStyle.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RestoreDefaults Restores default style settings. Inherited from TcxContainerStyle.
ToString Inherited from TObject.
See Also