Back to Devexpress

TdxDBFormattedLabel Class

vcl-dxdbformattedlabel.md

latest2.3 KB
Original Source

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.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TdxCustomFormattedLabel TdxDBFormattedLabel

See Also

TdxFormattedLabel

TdxDBFormattedLabel Members

dxDBFormattedLabel Unit