TdxDBFormattedLabel Class
A data-aware formatted label control.
Declaration
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
See Also