vcl-cxdblabel.md
Represents data-aware version of the TcxLabel.
TcxDBLabel = class(
TcxCustomLabel
)
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.
Show 13 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomLabel TcxDBLabel
See Also