Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomHintStyleController.HintStyle Property

Provides access to the active hint style settings.

#Declaration

Delphi
property HintStyle: TcxCustomHintStyle read; write;

#Property Value

Type Description
TcxCustomHintStyle

The active hint style.

#Remarks

The HintStyle property provides access to a TcxHintStyle or TcxScreenTipStyle class instance, depending on the HintStyleClassName property value. Cast the HintStyle property to the corresponding hint style class to access all style-specific API members.

Use the HintStyleClassName property to switch between hint styles in code. Alternatively, you can switch between styles in the Object Inspector:

Hint Styles in the Object Inspector

Style Name Style Class Description
Advanced Hint TcxHintStyle An advanced hint with support for BBCode-inspired tags.
ScreenTip TdxScreenTipStyle A simple screentip.
See Also