Back to Devexpress

TcxDBLabel Class

vcl-cxdblabel.md

latest2.0 KB
Original Source

TcxDBLabel Class

Represents data-aware version of the TcxLabel.

Declaration

delphi
TcxDBLabel = class(
    TcxCustomLabel
)

Remarks

The TcxDBLabel represents the data-aware version of the label control intended to display a short block of information or explain the meaning of the other controls. Modify the way in which it displays using its Properties property.

The TcxDBLabel’s data-aware functionality is provided by the DataBinding property. It allows you to specify the DataSource and DataField to which the editor is bound.

Note

The default value of the AutoSize property for the TcxDBLabel object is False.

Inheritance

Show 13 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomLabel TcxDBLabel

See Also

TcxLabel

Integrated Touch Gesture Support

TcxDBLabel Members

cxDBLabel Unit