Back to Devexpress

TdxFormattedLabelProperties Class

vcl-dxformattedlabel-849e3ade.md

latest4.8 KB
Original Source

TdxFormattedLabelProperties Class

Stores formatted label settings.

Declaration

delphi
TdxFormattedLabelProperties = class(
    TdxCustomFormattedLabelProperties
)

Remarks

A formatted label is a simple control designed to display a short static description with support for BBCode-inspired markup tags.

Main API Members

The list below outlines key members of the TdxFormattedLabelProperties class. These members allow you to configure the formatted label.

Appearance Options

AlignmentSpecifies content alignment.HyperlinkColorSpecifies hyperlink color.ShowEndEllipsisSpecifies if the formatted label displays an ellipsis if content does not fit into the label’s dimensions.

User Interaction APIs

Automation

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.

General-Purpose API Members

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.

Direct TdxFormattedLabelProperties Class References

The following public API members reference a TdxFormattedLabelProperties object:

TdxFormattedLabel

TdxFormattedLabel.ActivePropertiesProvides access to settings applied to the formatted label.TdxFormattedLabel.PropertiesProvides access to the formatted label’s settings.

TdxDBFormattedLabel

TdxDBFormattedLabel.ActivePropertiesReturns settings that affect the data-aware formatted label control.TdxDBFormattedLabel.PropertiesProvides access to the data-aware formatted label control’s settings.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TdxCustomFormattedLabelProperties TdxFormattedLabelProperties

See Also

BBCode-Inspired Text Formatting Markup

TdxFormattedLabelProperties Members

dxFormattedLabel Unit