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

TdxDBFormattedLabel Class

A data-aware formatted label control.

#Declaration

Delphi
TdxDBFormattedLabel = class(
    TdxCustomFormattedLabel
)

#Remarks

A formatted label control is a simple label control with limited text formatting support via a set of BBCode-inspired markup tags. Refer to the TdxCustomFormattedLabel class description for the list of supported markup tags.

The TdxDBFormattedLabel class extends its ancestor with the following members that allow you to:

  • Bind the formatted label to a data source (DataBinding).

  • Customize the formatted label’s appearance and behavior settings (Properties).

  • Identify which settings currently affect the formatted label (ActiveProperties).

Refer to the TdxCustomFormattedLabel class description for details on supported markup tags.

See Also