TdxCommonFormattedTextProperties Class
The base class for formatted text-related settings in DevExpress controls with support for BBCode-inspired text formatting markup.
Declaration
TdxCommonFormattedTextProperties = class abstract(TdxFormattedTextPropertiesBase)
Remarks
Formatted text-related settings allow you to modify the appearance and behavior of formatted text ranges in DevExpress VCL controls that support BBCode-inspired text formatting markup.
In this topic…
Main API Members
The list below outlines key members of the TdxCommonFormattedTextProperties class.
Appearance-Related APIs
- ActualHyperlinkColor
- Returns the hyperlink color.
- ActualShowHyperlinkHint | ActualShowTextHint
- Identify if hints are enabled for hyperlinks and hint-marked text ranges.
- HyperlinkColor
- Specifies the color of hyperlinks in formatted messages, labels, and UI element captions.
Behavior/User Interaction-Related APIs
- OnHintedTextClick
- Allows you to execute custom code in response to a click on a hint-marked text range.
- OnHintedTextMouseEnter | OnHintedTextMouseLeave
- Allows you to track mouse pointer movement between hint-marked text ranges.
- OnHyperlinkClick
- Allows you to complement or override predefined hyperlink activation behavior.
- OnHyperlinkMouseEnter | OnHyperlinkMouseLeave
- Allows you to track mouse pointer movement between hyperlinks.
- OnShowHyperlinkHint | OnShowTextHint
- Allow you to complement or override predefined hint display behavior (for hyperlinks and hint-marked text ranges).
General-Purpose API Members
- Assign
- Copies compatible settings between supported DevExpress controls.
- BeginUpdate | EndUpdate | CancelUpdate
- Allow you to avoid excessive redraw operations during batch content and setting changes.
- OnChanged
- Allows you to track formatted text setting changes.
Terminal TdxCommonFormattedTextProperties Class Descendants
Do not use the TdxCommonFormattedTextProperties class directly. Use the following descendants instead:
ExpressEditors
ExpressLayoutControl
ExpressQuantumGrid
- TdxGridColumnFormattedTextProperties
- TdxGridBandFormattedTextProperties
- TdxGridLayoutViewFormattedTextProperties
- TdxGridTableViewFormattedTextProperties
ExpressQuantumTreeList
- TdxTreeListBandFormattedTextProperties
- TdxTreeListColumnFormattedTextProperties
- TdxTreeListFormattedTextProperties
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TcxOwnedInterfacedPersistent
TcxLockablePersistent
TdxFormattedTextPropertiesBase
TdxCommonFormattedTextProperties
See Also