Skip to main content

TcxDBLabel Class

Represents data-aware version of the TcxLabel.

Declaration

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.

See Also