Skip to main content

TcxHintStyle Members

Stores hint style settings.

Constructors

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

Properties

Name Description
Animate Specifies the animation effect used when displaying hints.
AnimationDelay Specifies the speed of animating hints.
BorderColor Specifies hint border colors.
CallOutPosition Specifies the position of the hints’ callout.
CaptionFont Specifies the font of the caption text displayed within hints.
Color Specifies the background color of the hint window.
Font Specifies the font of the hint’s body text.
Icon The custom icon displayed in a hint window.
IconSize Specifies the size of icons displayed within hints.
IconType Specifies which icon is displayed within hints.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Rounded Specifies whether hint windows use rounded corners.
RoundRadius Specifies the radius of the rounded corners.
Standard Specifies whether visual effects provided by the TcxHintStyleController component should be used.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones hint style setting changes until an EndUpdate procedure call.
ComponentRemoved(TComponent) Inherited from TcxCustomHintStyle.
EndUpdate Applies all pending changes and redraws the visible hint window after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetDefaultHintStyleController
GetHashCode Inherited from TObject.
GetHintWindowClass Inherited from TcxCustomHintStyle.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RestoreDefaults Resets all hint style settings to their default values.
ToString Inherited from TObject.
See Also