vcl-cxlabel-b4597cf5.md
Serves as the base class for the TcxLabel and TcxDBLabel classes.
TcxCustomLabel = class(
TcxCustomEdit
)
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.
Show 12 items
TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomEditContainer TcxCustomEdit TcxCustomLabel
See Also