vcl-dxformattedlabel-00a4c609.md
The base class for all classes that implement formatted label settings.
TdxCustomFormattedLabelProperties = class(
TcxCustomEditProperties
)
A formatted label is a simple control designed to display a short static description with support for BBCode-inspired markup tags.
The list below outlines key members of the TdxCustomFormattedLabelProperties class. These members allow you to configure the formatted label.
AlignmentSpecifies content alignment.HyperlinkColorSpecifies hyperlink color.ShowEndEllipsisSpecifies if the formatted label displays an ellipsis if content does not fit into the label’s dimensions.
Provides access to UI Automation and accessibility settings.
Tip
Use Automation.Name, Automation.Description, and other API members to specify information visible to third-party assistive tools as UIA node properties.
OnHyperlinkClickAllows you to respond to a click on a hyperlink or prevent hyperlink activation.OnHyperlinkMouseEnter | OnHyperlinkMouseLeaveAllow you to track mouse pointer movement between hyperlinks in label content.OnShowHyperlinkHintAllows you to customize hyperlink hints.ShowHyperlinkHintSpecifies if hyperlink hints are enabled.
AssignedValues | RestoreDefaultsAllow you to track the state of individual editor-specific settings and reset them.BeginUpdate | EndUpdate | LockUpdate | DoUpdate | Update | Changed | ChangedLocked | DataChangedAllow you to manage editor updates and avoid excessive redraw operations during batch editor setting changes.
Do not use the TdxCustomFormattedLabelProperties class directly. Use the TdxFormattedLabelProperties class instead.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TdxCustomFormattedLabelProperties
See Also
BBCode-Inspired Text Formatting Markup