Back to Devexpress

TcxCustomLabel Class

vcl-cxlabel-b4597cf5.md

latest1.8 KB
Original Source

TcxCustomLabel Class

Serves as the base class for the TcxLabel and TcxDBLabel classes.

Declaration

delphi
TcxCustomLabel = class(
    TcxCustomEdit
)

Remarks

This class implements the basic functionality for the label controls. The Caption property specifies the text displayed within a label. The Properties property contains various label settings: caption painting style, drawing effects, caption text rotation angle, etc.

Do not create instances of TcxCustomLabel. Use TcxCustomLabel as the base class when declaring label controls. TcxCustomLabel properties and methods provide basic behavior that descendant classes inherit as well as behavior that components can override to customize their behavior.

Inheritance

Show 12 items

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

See Also

TcxCustomLabel Members

cxLabel Unit